End Pass on Dispose

pull/5083/head
Isaac Marovitz 2024-01-27 16:09:24 -05:00 committed by Isaac Marovitz
parent a669592651
commit bb742f64c6
1 changed files with 1 additions and 1 deletions

View File

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