aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/navigation_polygon.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-28 18:29:15 +0200
committerRémi Verschelde2017-04-28 21:19:23 +0200
commit2398eb6ed4832fd7b8eec778981cbd974b89634f (patch)
treee68c8db6c58fa993a0196f4f663a0064c4b17390 /scene/2d/navigation_polygon.cpp
parent0a613ff9707634fcb93a009813bbbad040a4d6d8 (diff)
downloadgodot-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.gz
godot-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.zst
godot-2398eb6ed4832fd7b8eec778981cbd974b89634f.zip
Diffstat (limited to 'scene/2d/navigation_polygon.cpp')
-rw-r--r--scene/2d/navigation_polygon.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scene/2d/navigation_polygon.cpp b/scene/2d/navigation_polygon.cpp
index aec6d7108..807f72e81 100644
--- a/scene/2d/navigation_polygon.cpp
+++ b/scene/2d/navigation_polygon.cpp
@@ -28,9 +28,11 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "navigation_polygon.h"
+
#include "core_string_names.h"
#include "navigation2d.h"
-#include "triangulator.h"
+
+#include "thirdparty/misc/triangulator.h"
void NavigationPolygon::set_vertices(const PoolVector<Vector2> &p_vertices) {