Unify and streamline connecting to Resource changes
This commit is contained in:
parent
2c55214068
commit
de4a3fa151
98 changed files with 341 additions and 434 deletions
|
|
@ -112,7 +112,7 @@ void HeightMapShape3D::set_map_width(int p_new) {
|
|||
}
|
||||
|
||||
_update_shape();
|
||||
notify_change_to_owners();
|
||||
emit_changed();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ void HeightMapShape3D::set_map_depth(int p_new) {
|
|||
}
|
||||
|
||||
_update_shape();
|
||||
notify_change_to_owners();
|
||||
emit_changed();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -172,7 +172,7 @@ void HeightMapShape3D::set_map_data(Vector<real_t> p_new) {
|
|||
}
|
||||
|
||||
_update_shape();
|
||||
notify_change_to_owners();
|
||||
emit_changed();
|
||||
}
|
||||
|
||||
Vector<real_t> HeightMapShape3D::get_map_data() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue