End Pass on Dispose

This commit is contained in:
Isaac Marovitz 2024-01-27 16:09:24 -05:00 committed by Evan Husted
parent 26ea1e6d37
commit df0dc4454b

View File

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