Fixed some documentation and code artifacts left from previous commit
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2550 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -193,6 +193,8 @@ namespace OpenMetaverse
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="sim"></param>
|
||||
/// <param name="newEntries"></param>
|
||||
/// <param name="removedEntries"></param>
|
||||
public delegate void CoarseLocationUpdateCallback(Simulator sim, List<UUID> newEntries, List<UUID> removedEntries);
|
||||
/// <summary>
|
||||
///
|
||||
@@ -252,7 +254,6 @@ namespace OpenMetaverse
|
||||
private float sunPhase;
|
||||
private Vector3 sunDirection;
|
||||
private Vector3 sunAngVelocity;
|
||||
private DateTime worldTime;
|
||||
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
|
||||
Reference in New Issue
Block a user