more fixes for Gems
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -257,8 +257,8 @@ namespace AZ
|
||||
|
||||
void CameraComponent::OnViewportResized(uint32_t width, uint32_t height)
|
||||
{
|
||||
AZ_UNUSED(width)
|
||||
AZ_UNUSED(height)
|
||||
AZ_UNUSED(width);
|
||||
AZ_UNUSED(height);
|
||||
UpdateAspectRatio();
|
||||
UpdateViewToClipMatrix();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user