Merge pull request #2741 from aws-lumberyard-dev/nvsickle/FixOrthoCameraBuild

Fix release build error.
This commit is contained in:
Chris Galvan
2021-08-03 12:41:32 -05:00
committed by GitHub
@@ -235,7 +235,7 @@ namespace AZ
UpdateViewToClipMatrix();
}
void CameraComponent::SetOrthographic(bool orthographic)
void CameraComponent::SetOrthographic([[maybe_unused]] bool orthographic)
{
AZ_Assert(!orthographic, "DebugCamera does not support orthographic projection");
}