mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
delete spaces at end of VoxelNode
This commit is contained in:
parent
e012f826e5
commit
ec5e4095c9
1 changed files with 1 additions and 4 deletions
|
@ -17,7 +17,4 @@ VoxelNode::VoxelNode() {
|
|||
for (int i = 0; i < 8; i++) {
|
||||
children[i] = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue