1
0
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:
kobewi
2025-03-14 17:38:37 +01:00
parent b377562b52
commit 7cb2fb189a
34 changed files with 7 additions and 124 deletions

View File

@@ -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() {