Fix missing assignment
This commit is contained in:
parent
191659ae7c
commit
c921922a44
@ -100,7 +100,7 @@ void VoxelMemoryPool::clear() {
|
||||
_pools.clear();
|
||||
_used_memory = 0;
|
||||
_total_memory = 0;
|
||||
_used_blocks;
|
||||
_used_blocks = 0;
|
||||
}
|
||||
|
||||
void VoxelMemoryPool::debug_print() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user