mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
perform gc when ourging caches
This commit is contained in:
parent
afa0c9fdaa
commit
6fd95f9128
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ namespace ShiftOS.Frontend
|
|||
{
|
||||
GraphicsContext.StringCaches.Clear();
|
||||
timeSinceLastPurge = 0;
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue