Use common default
This commit is contained in:
parent
e8d54e88ef
commit
ba5c0bcb17
@ -66,7 +66,7 @@ bool VoxelStream::get_save_generator_output() const {
|
||||
}
|
||||
|
||||
int VoxelStream::get_block_size_po2() const {
|
||||
return 4;
|
||||
return VoxelConstants::DEFAULT_BLOCK_SIZE_PO2;
|
||||
}
|
||||
|
||||
int VoxelStream::get_lod_count() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user