Skip to content

Commit

Permalink
C++ update (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Sep 6, 2024
1 parent 7b71f11 commit cd0ddf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/terrain_3d_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ void Terrain3DStorage::set_height_range(const Vector2 &p_range) {

void Terrain3DStorage::set_region_size(const RegionSize p_size) {
LOG(INFO, p_size);
//ERR_FAIL_COND(p_size < SIZE_64);
//ERR_FAIL_COND(p_size > SIZE_2048);
ERR_FAIL_COND(p_size != SIZE_1024);
_region_size = p_size;
_region_sizev = Vector2i(_region_size, _region_size);
Expand Down

0 comments on commit cd0ddf3

Please sign in to comment.