PINK: added feature kSupportsChangingOptionsDuringRuntime

This commit is contained in:
Andrei Prykhodko 2020-06-04 23:06:37 +03:00
parent ed05445ab1
commit eb0e44a0df

View File

@ -280,7 +280,8 @@ bool PinkEngine::hasFeature(Engine::EngineFeature f) const {
return
f == kSupportsReturnToLauncher ||
f == kSupportsLoadingDuringRuntime ||
f == kSupportsSavingDuringRuntime;
f == kSupportsSavingDuringRuntime ||
f == kSupportsChangingOptionsDuringRuntime;
}
void PinkEngine::pauseEngineIntern(bool pause) {