1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #100751 from YYF233333/force_regex_with_editor

Force build editor with regex module, remove checking code
This commit is contained in:
Rémi Verschelde
2025-01-07 23:17:35 +01:00
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";