Also clear `GuiApi`'s image cache when restarting
This commit is contained in:
parent
0d4a1a6b26
commit
27c5b0e9b7
|
@ -642,6 +642,7 @@ namespace BizHawk.Client.Common
|
|||
UnlockSurface(DisplaySurfaceID.Client);
|
||||
foreach (var brush in _solidBrushes.Values) brush.Dispose();
|
||||
foreach (var brush in _pens.Values) brush.Dispose();
|
||||
ClearImageCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue