Merge branch 'stabilization/2110' into Atom/dmcdiar/ATOM-16247
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ namespace AZ
|
||||
if (notificationType == CubeMapAssetNotificationType::Ready)
|
||||
{
|
||||
// bake is complete, update configuration with the new baked cubemap asset
|
||||
m_controller.m_configuration.m_bakedCubeMapAsset = { cubeMapAsset.GetAs<RPI::StreamingImageAsset>(), AZ::Data::AssetLoadBehavior::PreLoad };
|
||||
m_controller.m_configuration.m_bakedCubeMapAsset = cubeMapAsset;
|
||||
|
||||
// refresh the currently rendered cubemap
|
||||
m_controller.UpdateCubeMap();
|
||||
|
||||
Reference in New Issue
Block a user