mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Clear debug process id at stop()
to prevent invalid checking of them
This commit is contained in:
parent
4a3430bd27
commit
a03af773e8
@ -270,6 +270,7 @@ void EditorRun::stop() {
|
||||
for (const OS::ProcessID &E : pids) {
|
||||
OS::get_singleton()->kill(E);
|
||||
}
|
||||
pids.clear();
|
||||
}
|
||||
|
||||
status = STATUS_STOP;
|
||||
|
Loading…
Reference in New Issue
Block a user