Always set rqTermAck to true after binding returns
This commit is contained in:
parent
f4f0748d68
commit
660cb9e05a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue