Dispose pipeline before window
This commit is contained in:
parent
316fea1fa9
commit
4d063f80b8
1 changed files with 1 additions and 1 deletions
|
@ -246,8 +246,8 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
_window.Dispose();
|
||||
_pipeline.Dispose();
|
||||
_window.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue