diff --git a/modules/terraman/world/blocky/terrain_world_blocky.cpp b/modules/terraman/world/blocky/terrain_world_blocky.cpp index 3231c98a9..1bd36aca5 100644 --- a/modules/terraman/world/blocky/terrain_world_blocky.cpp +++ b/modules/terraman/world/blocky/terrain_world_blocky.cpp @@ -45,7 +45,7 @@ Ref TerrainWorldBlocky::_create_chunk(int x, int z, Ref(memnew(TerrainChunkBlocky)); } - return TerrainWorld::_create_chunk(x, z, chunk); + return TerrainWorldDefault::_create_chunk(x, z, chunk); } void TerrainWorldBlocky::_setup_chunk(Ref p_chunk) { @@ -118,7 +118,7 @@ void TerrainWorldBlocky::_setup_chunk(Ref p_chunk) { p_chunk->job_add(pj); } - TerrainWorld::_setup_chunk(p_chunk); + TerrainWorldDefault::_setup_chunk(p_chunk); } TerrainWorldBlocky::TerrainWorldBlocky() {