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
This commit is contained in:
Latif Khalifa
2009-07-22 00:31:48 +00:00
parent 0c0a29cf73
commit 257e6a6fb8

View File

@@ -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.</summary>
public static bool USE_INTERPOLATION_TIMER = true;
/// estimates for simulated objects</summary>
public bool USE_INTERPOLATION_TIMER = true;
#endregion
#region Parcel Tracking