summaryrefslogtreecommitdiffstats
path: root/scene/resources/world_boundary_shape_3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/world_boundary_shape_3d.cpp')
-rw-r--r--scene/resources/world_boundary_shape_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/world_boundary_shape_3d.cpp b/scene/resources/world_boundary_shape_3d.cpp
index 3074bd1fd8..beaaddc95e 100644
--- a/scene/resources/world_boundary_shape_3d.cpp
+++ b/scene/resources/world_boundary_shape_3d.cpp
@@ -69,7 +69,7 @@ void WorldBoundaryShape3D::_update_shape() {
void WorldBoundaryShape3D::set_plane(const Plane &p_plane) {
plane = p_plane;
_update_shape();
- notify_change_to_owners();
+ emit_changed();
}
const Plane &WorldBoundaryShape3D::get_plane() const {