mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
fix broken merge
This commit is contained in:
parent
a2d817405e
commit
e19f176765
2 changed files with 0 additions and 15 deletions
|
@ -604,8 +604,6 @@ void ScriptEditor::_breaked(bool p_breaked,bool p_can_debug) {
|
|||
void ScriptEditor::_show_debugger(bool p_show) {
|
||||
|
||||
debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show);
|
||||
|
||||
debugger->set_always_visible(p_show);
|
||||
}
|
||||
|
||||
void ScriptEditor::_script_created(Ref<Script> p_script) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue