Merge pull request #92950 from exyxz/fix-editor-splash

[3.x] Fix double `TOOLS_ENABLED` checks from `NO_EDITOR_SPLASH`
This commit is contained in:
lawnjelly
2025-05-19 15:41:44 +01:00
committed by GitHub

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