Merge pull request #2741 from aws-lumberyard-dev/nvsickle/FixOrthoCameraBuild
Fix release build error.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user