summaryrefslogtreecommitdiff
path: root/scene/resources/sphere_shape_3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sphere_shape_3d.cpp')
-rw-r--r--scene/resources/sphere_shape_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape_3d.cpp b/scene/resources/sphere_shape_3d.cpp
index 008cb3e1d6..e4b4398063 100644
--- a/scene/resources/sphere_shape_3d.cpp
+++ b/scene/resources/sphere_shape_3d.cpp
@@ -66,7 +66,6 @@ void SphereShape3D::set_radius(float p_radius) {
radius = p_radius;
_update_shape();
notify_change_to_owners();
- _change_notify("radius");
}
float SphereShape3D::get_radius() const {