End Pass on Dispose

This commit is contained in:
Isaac Marovitz 2024-01-27 16:09:24 -05:00 committed by Isaac Marovitz
parent 1a66dbd8ee
commit f370c90bc1
1 changed files with 1 additions and 1 deletions

View File

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