From 257e6a6fb856fffbb81a0d8b016323ebd3a0f39d Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 22 Jul 2009 00:31:48 +0000 Subject: [PATCH] Revert change made in r2977, its no longer needed to make this setting static git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3012 52acb1d6-8a22-11de-b505-999d5b087335 --- OpenMetaverse/Settings.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OpenMetaverse/Settings.cs b/OpenMetaverse/Settings.cs index f316a5d3..5c8cc62e 100644 --- a/OpenMetaverse/Settings.cs +++ b/OpenMetaverse/Settings.cs @@ -223,9 +223,8 @@ namespace OpenMetaverse /// interpolated (extrapolated, technically) for objects and /// avatars that are being tracked by the library. This is /// necessary to increase the accuracy of speed and position - /// estimates for simulated objects. Needs to be set before - /// GridClient instance is made as it is static. - public static bool USE_INTERPOLATION_TIMER = true; + /// estimates for simulated objects + public bool USE_INTERPOLATION_TIMER = true; #endregion #region Parcel Tracking