From 536d6100fb05232a461794fe414277ed6f033c4a Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 11 Jul 2009 15:33:08 +0000 Subject: [PATCH] USE_INTERPOLATION_TIMER is now static git-svn-id: https://radegast.googlecode.com/svn/trunk@99 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/Core/RadegastInstance.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Radegast/Core/RadegastInstance.cs b/Radegast/Core/RadegastInstance.cs index c06f4f8..1ccc915 100644 --- a/Radegast/Core/RadegastInstance.cs +++ b/Radegast/Core/RadegastInstance.cs @@ -113,8 +113,8 @@ namespace Radegast { InitializeLoggingAndConfig(); - // Settings.PIPELINE_REFRESH_INTERVAL = 2000.0f; - + Settings.USE_INTERPOLATION_TIMER = false; + client = new GridClient(); client.Settings.ALWAYS_REQUEST_OBJECTS = true; client.Settings.ALWAYS_DECODE_OBJECTS = true; @@ -134,7 +134,6 @@ namespace Radegast client.Settings.THROTTLE_OUTGOING_PACKETS = true; client.Settings.LOGIN_TIMEOUT = 120 * 1000; client.Settings.SIMULATOR_TIMEOUT = 120 * 1000; - client.Settings.USE_INTERPOLATION_TIMER = false; client.Settings.MAX_CONCURRENT_TEXTURE_DOWNLOADS = 20; netcom = new RadegastNetcom(client); -- 2.11.0