From 2f0468bb00fdd963f0d5229cb4f9c70fa185b689 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Mon, 29 Apr 2024 10:22:08 -0400 Subject: [PATCH] Update EditorPlugin header location Due to upstream change: https://github.com/godotengine/godot/commit/1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6 --- editor/limbo_ai_editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/limbo_ai_editor_plugin.h b/editor/limbo_ai_editor_plugin.h index 6ee0725..a5350c3 100644 --- a/editor/limbo_ai_editor_plugin.h +++ b/editor/limbo_ai_editor_plugin.h @@ -25,7 +25,7 @@ #include "core/object/object.h" #include "core/templates/hash_set.h" #include "editor/editor_node.h" -#include "editor/editor_plugin.h" +#include "editor/plugins/editor_plugin.h" #include "editor/gui/editor_spin_slider.h" #include "scene/gui/box_container.h" #include "scene/gui/control.h"