removed a call used for testing with different flags active
This commit is contained in:
@@ -655,11 +655,6 @@ namespace O3DELauncher
|
||||
|
||||
ReturnCode status = ReturnCode::Success;
|
||||
|
||||
if (auto nativeUI = AZ::Interface<AZ::NativeUI::NativeUIRequests>::Get(); nativeUI != nullptr)
|
||||
{
|
||||
nativeUI->DisplayOkDialog("Test", "Test", false);
|
||||
}
|
||||
|
||||
if (systemInitParams.pSystem)
|
||||
{
|
||||
// Process queued events before main loop.
|
||||
|
||||
Reference in New Issue
Block a user