mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Merge pull request #14844 from highfidelity/feature/questLifeCycle
case 21032: Feature/quest life cycle
This commit is contained in:
commit
6b1baed30f
1 changed files with 2 additions and 0 deletions
|
@ -650,6 +650,8 @@ public class QtActivity extends Activity {
|
||||||
if (!keepInterfaceRunning) {
|
if (!keepInterfaceRunning) {
|
||||||
QtApplication.invokeDelegate();
|
QtApplication.invokeDelegate();
|
||||||
}
|
}
|
||||||
|
QtNative.terminateQt();
|
||||||
|
QtNative.setActivity(null,null);
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue