From 7e21eb7e00751851fa96bc99b695d520dbbed9a4 Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Tue, 11 Jul 2023 22:29:09 +0200 Subject: Extract and reorganize texture resource classes --- platform/linuxbsd/export/export_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/linuxbsd/export/export_plugin.h') diff --git a/platform/linuxbsd/export/export_plugin.h b/platform/linuxbsd/export/export_plugin.h index cef714e86e..21bd81ed2f 100644 --- a/platform/linuxbsd/export/export_plugin.h +++ b/platform/linuxbsd/export/export_plugin.h @@ -34,7 +34,7 @@ #include "core/io/file_access.h" #include "editor/editor_settings.h" #include "editor/export/editor_export_platform_pc.h" -#include "scene/resources/texture.h" +#include "scene/resources/image_texture.h" class EditorExportPlatformLinuxBSD : public EditorExportPlatformPC { GDCLASS(EditorExportPlatformLinuxBSD, EditorExportPlatformPC); -- cgit v1.2.3