feat: real-time distance modifier curve updates
This commit is contained in:
parent
fc6034242e
commit
c5457ffbc0
4 changed files with 61 additions and 25 deletions
|
|
@ -35,7 +35,6 @@ void Terrain::child_exiting(Node *node) {
|
|||
if (Engine::get_singleton()->is_editor_hint() && !is_queued_for_deletion()) {
|
||||
mod->disconnect(TerrainModifier::sig_changed, callable_mp(this, &self_type::on_terrain_changed));
|
||||
}
|
||||
|
||||
on_terrain_changed();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue