Make dotnet format happy
This commit is contained in:
parent
e423f81155
commit
dc01de61cd
2 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue