Always set rqTermAck to true after binding returns
This commit is contained in:
parent
f4f0748d68
commit
660cb9e05a
|
@ -105,6 +105,7 @@ int rgssThreadFun(void *userdata)
|
||||||
/* Start script execution */
|
/* Start script execution */
|
||||||
scriptBinding->execute();
|
scriptBinding->execute();
|
||||||
|
|
||||||
|
threadData->rqTermAck = true;
|
||||||
threadData->ethread->requestTerminate();
|
threadData->ethread->requestTerminate();
|
||||||
|
|
||||||
GlobalState::finiInstance();
|
GlobalState::finiInstance();
|
||||||
|
|
Loading…
Reference in New Issue