End Pass on Dispose

This commit is contained in:
Isaac Marovitz 2024-01-27 16:09:24 -05:00
parent bf18708777
commit 98bc02cb1e
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1

View File

@ -671,7 +671,7 @@ namespace Ryujinx.Graphics.Metal
public void Dispose()
{
EndCurrentPass();
}
}
}