diff --git a/modules/terraman/world/terrain_world.cpp b/modules/terraman/world/terrain_world.cpp index 5da4f1020..24359c2df 100644 --- a/modules/terraman/world/terrain_world.cpp +++ b/modules/terraman/world/terrain_world.cpp @@ -1571,6 +1571,9 @@ void TerrainWorld::_notification(int p_what) { if (chunk.is_valid()) { chunk_setup(chunk); + chunk->set_voxel_world(this); + chunk->enter_tree(); + chunk->build(); } }