Formatting

This commit is contained in:
Isaac Marovitz 2024-07-06 22:38:02 +01:00 committed by Isaac Marovitz
parent 6e80cc6caa
commit b734c81683
6 changed files with 8 additions and 7 deletions

View file

@ -839,7 +839,7 @@ namespace Ryujinx.Graphics.Metal
if (_currentState.CullBoth && isTriangles)
{
renderCommandEncoder.SetScissorRect(new MTLScissorRect { x = 0, y = 0, width = 0, height = 0});
renderCommandEncoder.SetScissorRect(new MTLScissorRect { x = 0, y = 0, width = 0, height = 0 });
}
else
{