aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/ShiftOS.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-31 22:48:17 -0400
committerMichael <[email protected]>2017-07-31 22:48:17 -0400
commitb8da7357b00c9fb11c48ed697972f284d182feae (patch)
tree6a6a59b50aa610737b50e4be8063242d2e9b9fc7 /ShiftOS.Frontend/ShiftOS.cs
parent1c9767380fca1ecda794b207737d3c4ec4cfaa82 (diff)
downloadshiftos_thereturn-b8da7357b00c9fb11c48ed697972f284d182feae.tar.gz
shiftos_thereturn-b8da7357b00c9fb11c48ed697972f284d182feae.tar.bz2
shiftos_thereturn-b8da7357b00c9fb11c48ed697972f284d182feae.zip
adjust textcache purge
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.cs')
-rw-r--r--ShiftOS.Frontend/ShiftOS.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.cs b/ShiftOS.Frontend/ShiftOS.cs
index 866f7f5..faebd50 100644
--- a/ShiftOS.Frontend/ShiftOS.cs
+++ b/ShiftOS.Frontend/ShiftOS.cs
@@ -235,7 +235,7 @@ namespace ShiftOS.Frontend
timeSinceLastPurge += gameTime.ElapsedGameTime.TotalSeconds;
- if(timeSinceLastPurge > 30)
+ if(timeSinceLastPurge > 5)
{
GraphicsContext.StringCaches.Clear();
timeSinceLastPurge = 0;