Make dotnet format happy

This commit is contained in:
Isaac Marovitz 2024-05-27 18:09:29 -04:00 committed by Isaac Marovitz
parent e423f81155
commit dc01de61cd
2 changed files with 8 additions and 8 deletions

View file

@ -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;