1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 05:02:02 +00:00

End Pass on Dispose

This commit is contained in:
Isaac Marovitz 2024-01-27 16:09:24 -05:00 committed by Isaac Marovitz
parent a669592651
commit bb742f64c6

View file

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