restoring immediate rpi initialization and window creation to fix broken tests
Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
@@ -176,7 +176,10 @@ namespace AZ
|
||||
|
||||
m_isAssetCatalogLoaded = true;
|
||||
|
||||
RPI::RPISystemInterface::Get()->InitializeSystemAssets();
|
||||
if (!RPI::RPISystemInterface::Get()->IsInitialized())
|
||||
{
|
||||
RPI::RPISystemInterface::Get()->InitializeSystemAssets();
|
||||
}
|
||||
|
||||
if (!RPI::RPISystemInterface::Get()->IsInitialized())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user