summaryrefslogtreecommitdiff
path: root/scene/3d/proximity_group_3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/proximity_group_3d.cpp')
-rw-r--r--scene/3d/proximity_group_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/proximity_group_3d.cpp b/scene/3d/proximity_group_3d.cpp
index 9d9fea68b0..037110eaa1 100644
--- a/scene/3d/proximity_group_3d.cpp
+++ b/scene/3d/proximity_group_3d.cpp
@@ -130,7 +130,7 @@ void ProximityGroup3D::_proximity_group_broadcast(String p_method, Variant p_par
if (dispatch_mode == MODE_PROXY) {
get_parent()->call(p_method, p_parameters);
} else {
- emit_signal("broadcast", p_method, p_parameters);
+ emit_signal(SNAME("broadcast"), p_method, p_parameters);
}
}