delete spaces at end of VoxelNode

This commit is contained in:
Stephen Birarda 2013-03-18 13:14:41 -07:00
parent e012f826e5
commit ec5e4095c9

View file

@ -17,7 +17,4 @@ VoxelNode::VoxelNode() {
for (int i = 0; i < 8; i++) {
children[i] = NULL;
}
}
}