diff options
Diffstat (limited to 'scene/resources/navigation_polygon.cpp')
-rw-r--r-- | scene/resources/navigation_polygon.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/resources/navigation_polygon.cpp b/scene/resources/navigation_polygon.cpp index fb49982522..8ba2579075 100644 --- a/scene/resources/navigation_polygon.cpp +++ b/scene/resources/navigation_polygon.cpp @@ -30,7 +30,6 @@ #include "navigation_polygon.h" -#include "core/core_string_names.h" #include "core/math/geometry_2d.h" #include "core/os/mutex.h" @@ -320,7 +319,7 @@ void NavigationPolygon::make_polygons_from_outlines() { polygons.push_back(p); } - emit_signal(CoreStringNames::get_singleton()->changed); + emit_changed(); } void NavigationPolygon::_bind_methods() { |