Fix mistake.

This commit is contained in:
Relintai 2022-07-27 19:35:50 +02:00
parent a74a30c417
commit e060783202

View File

@ -293,10 +293,9 @@ static int _bsp_find_best_half_plane(const Face3 *p_faces, const Vector<int> &p_
} }
} }
//if (over && under) { if (over && under) {
//num_spanning++; //num_spanning++;
//} else } else if (over) {
if (over) {
num_over++; num_over++;
} else { } else {
num_under++; num_under++;