Clean up early return

4.6
passivestar 2025-08-06 21:55:39 +07:00
parent 186f9fa879
commit cb87b40434
1 changed files with 1 additions and 2 deletions

@ -927,8 +927,7 @@ func _init() -> void:
quick_settings_dialog_list_panel.add_theme_stylebox_override('panel', panel_sb)
)
# All fixes below are for the main editor window
if EditorInterface.get_script_editor() == null:
# All fixes below are for the main editor window
return
# TilesetEditor