Fix double TOOLS_ENABLED checks from NO_EDITOR_SPLASH.

This commit is contained in:
Programneer
2024-06-09 20:42:40 +02:00
parent b203829361
commit 6879b1d29a

View File

@@ -82,7 +82,7 @@
#include "editor/progress_dialog.h"
#include "editor/project_manager.h"
#include "editor/script_editor_debugger.h"
#if defined(TOOLS_ENABLED) && !defined(NO_EDITOR_SPLASH)
#ifndef NO_EDITOR_SPLASH
#include "main/splash_editor.gen.h"
#endif
#endif