Incorporating review comments. Adding nativeUI setting for launchers.

This commit is contained in:
mgwynn
2021-06-25 15:34:32 -04:00
parent fb3940fa31
commit 692c993bdb
5 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -4368,7 +4368,7 @@ extern "C" int AZ_DLL_EXPORT CryEditMain(int argc, char* argv[])
{
if (auto nativeUI = AZ::Interface<AZ::NativeUI::NativeUIRequests>::Get(); nativeUI != nullptr)
{
nativeUI->SetMode(AZ::NativeUI::Mode::UI);
nativeUI->SetMode(AZ::NativeUI::Mode::ENABLED);
}
}
}