diff --git a/modules/terraman/editor/terrain_world_editor.cpp b/modules/terraman/editor/terrain_world_editor.cpp index 9dd3b63e3..5d471c995 100644 --- a/modules/terraman/editor/terrain_world_editor.cpp +++ b/modules/terraman/editor/terrain_world_editor.cpp @@ -1645,7 +1645,7 @@ void TerrainWorldEditor::un_bake_scenes(const ObjectID p_world) { } Ref pd = chunk->scene_get(j); - Transform t = chunk->prop_get_transform(j); + Transform t = chunk->scene_get_transform(j); String name = chunk->scene_get_name(j); Node *n = chunk->scene_get_node(j);