mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-27 15:19:18 +01:00
Fix typo.
This commit is contained in:
parent
5235641122
commit
f00dd13c43
@ -200,7 +200,7 @@ int VoxelWorld::get_world_area_count() const {
|
||||
//Voxel Structures
|
||||
|
||||
Ref<VoxelStructure> VoxelWorld::get_voxel_structure(const int index) const {
|
||||
ERR_FAIL_INDEX_V(index, _voxel_structures.size(), Ref<WorldArea>());
|
||||
ERR_FAIL_INDEX_V(index, _voxel_structures.size(), Ref<VoxelStructure>());
|
||||
|
||||
return _voxel_structures.get(index);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user