Added the cutTreeAtLevel method

This commit is contained in:
Leonardo
2021-08-14 15:52:14 +02:00
parent 72ba9f5699
commit 5692f9fa69
@@ -336,7 +336,7 @@ public class LodQuadTree
{
for (int NS = 0; NS <= 1; NS++) {
for (int WE = 0; WE <= 1; WE++) {
setChild(NS,WE,null);
children[NS][WE] = null;
}
}
}