Merge branch 'stabilization/2106' of https://github.com/o3de/o3de into carlitosan/scriptcanvas/prefabs

This commit is contained in:
chcurran
2021-07-01 05:30:41 -07:00
@@ -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;
}