You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Remove TOOLS_ENABLED checks from editor/
This commit is contained in:
@@ -100,9 +100,7 @@ Camera2DEditor::Camera2DEditor() {
|
||||
|
||||
options->get_popup()->connect(SceneStringName(id_pressed), callable_mp(this, &Camera2DEditor::_menu_option));
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
add_user_signal(MethodInfo("_editor_theme_changed"));
|
||||
#endif
|
||||
}
|
||||
|
||||
void Camera2DEditorPlugin::_update_approach_text_visibility() {
|
||||
|
||||
Reference in New Issue
Block a user