Merge branch 'stabilization/2106' of https://github.com/o3de/o3de into carlitosan/scriptcanvas/prefabs
This commit is contained in:
@@ -61,7 +61,6 @@ namespace AZ
|
||||
//If view format is invalid use the base texture's format
|
||||
if(textureViewFormat == MTLPixelFormatInvalid)
|
||||
{
|
||||
AZ_Assert(false,"View format is invalid");
|
||||
textureViewFormat = textureFormat;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user