mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Clear debug process id at stop() to prevent invalid checking of them
This commit is contained in:
@@ -270,6 +270,7 @@ void EditorRun::stop() {
|
||||
for (const OS::ProcessID &E : pids) {
|
||||
OS::get_singleton()->kill(E);
|
||||
}
|
||||
pids.clear();
|
||||
}
|
||||
|
||||
status = STATUS_STOP;
|
||||
|
||||
Reference in New Issue
Block a user