Removed some extra headers in util, restricted the scope of some others
This commit is contained in:
@@ -13,7 +13,6 @@ Map::Map(uint32_t dimensions) {
|
||||
else
|
||||
voxel_data[i] = 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
uint64_t Map::generate_children(sf::Vector3i pos, int voxel_scale) {
|
||||
|
||||
Reference in New Issue
Block a user