Make dotnet format happy
This commit is contained in:
committed by
Evan Husted
parent
505f830556
commit
7ed45d12db
@@ -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