mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 15:22:34 -07:00
Make dotnet format happy
This commit is contained in:
committed by
Isaac Marovitz
parent
e423f81155
commit
dc01de61cd
@@ -78,7 +78,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public EncoderState() { }
|
||||
|
||||
public EncoderState Clone()
|
||||
public readonly EncoderState Clone()
|
||||
{
|
||||
// Certain state (like viewport and scissor) doesn't need to be cloned, as it is always reacreated when assigned to
|
||||
EncoderState clone = this;
|
||||
|
Reference in New Issue
Block a user