Set inital depth split for the root octree node

This commit is contained in:
2024-03-11 02:22:49 -04:00
parent acf2416e6f
commit 3dafa36626

View File

@@ -160,7 +160,7 @@ namespace fgl::engine
if ( depth - 1 >= 1 )
{
//TODO: Split all nodes again
split( depth );
}
}