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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user