1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Don't define NO_EDITOR_SPLASH in export templates

This commit is contained in:
Programneer
2024-05-12 08:50:41 +02:00
parent bdc0316217
commit efaba30116
3 changed files with 10 additions and 9 deletions

View File

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