1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Fix process being debugged has exited pop up #1128

This commit is contained in:
Maximillian
2015-01-08 09:14:56 -07:00
parent 5c5519e2c8
commit f1b9994cbc

View File

@@ -478,8 +478,6 @@ void ScriptEditorDebugger::_notification(int p_what) {
if (!connection->is_connected()) {
stop();
editor->notify_child_process_exited(); //somehow, exited
msgdialog->set_text("Process being debugged exited.");
msgdialog->popup_centered(Size2(250,100));
break;
};