Whitespace

This commit is contained in:
Isaac Marovitz 2023-07-31 17:44:01 -04:00 committed by Isaac Marovitz
parent e3da359acf
commit 425177a876

View file

@ -193,7 +193,7 @@ namespace Ryujinx.Graphics.Metal
0, 0,
bytesPerRow, bytesPerRow,
bytesPerImage, bytesPerImage,
new MTLSize { width = MTLTexture.Width, height = MTLTexture.Height, depth = MTLTexture.Depth}, new MTLSize { width = MTLTexture.Width, height = MTLTexture.Height, depth = MTLTexture.Depth },
MTLTexture, MTLTexture,
(ulong)layer, (ulong)layer,
(ulong)level, (ulong)level,