Force build editor with regex module, remove checking code.

Fix include.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Yufeng Ying
2024-12-23 03:29:22 +08:00
parent 4cf02312f6
commit 34d8255947
33 changed files with 52 additions and 168 deletions

View File

@ -164,10 +164,10 @@
#include "editor/themes/editor_theme_manager.h"
#include "editor/window_wrapper.h"
#include <stdlib.h>
#include "modules/modules_enabled.gen.h" // For gdscript, mono.
#include <stdlib.h>
EditorNode *EditorNode::singleton = nullptr;
static const String EDITOR_NODE_CONFIG_SECTION = "EditorNode";