mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
[3.x] Allow disabling the RegEx module in the editor
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "rename_dialog.h"
|
||||
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
|
||||
#include "core/print_string.h"
|
||||
#include "editor_node.h"
|
||||
#include "editor_scale.h"
|
||||
@@ -656,3 +658,5 @@ void RenameDialog::_features_toggled(bool pressed) {
|
||||
size.y = 0;
|
||||
set_size(size);
|
||||
}
|
||||
|
||||
#endif // MODULE_REGEX_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user