mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Don't use ERR_FAIL in SubProcessUnix::stop().
This commit is contained in:
parent
587e896daf
commit
e98b2a954b
@ -183,7 +183,7 @@ Error SubProcessUnix::stop() {
|
||||
return ret ? ERR_INVALID_PARAMETER : OK;
|
||||
}
|
||||
|
||||
ERR_FAIL_V(ERR_BUG);
|
||||
return OK;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user