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