mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-18 15:27:17 +01:00
Fix mistake.
This commit is contained in:
parent
a74a30c417
commit
e060783202
@ -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++;
|
||||
//} else
|
||||
if (over) {
|
||||
} else if (over) {
|
||||
num_over++;
|
||||
} else {
|
||||
num_under++;
|
||||
|
Loading…
Reference in New Issue
Block a user