From b8da7357b00c9fb11c48ed697972f284d182feae Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 31 Jul 2017 22:48:17 -0400 Subject: adjust textcache purge --- ShiftOS.Frontend/ShiftOS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/ShiftOS.cs') 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; -- cgit v1.2.3