From d20d28be78923d6bc2d1b85191807c03615c3f7b 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 03e74ec..8d5f8f1 100644 --- a/editor/limbo_ai_editor_plugin.h +++ b/editor/limbo_ai_editor_plugin.h @@ -26,7 +26,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"