mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
minor: remove some mono compiler warnings
This commit is contained in:
@@ -124,7 +124,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private Vector3? m_forceToApply;
|
||||
private uint m_requestedSitTargetID;
|
||||
private UUID m_requestedSitTargetUUID;
|
||||
private Vector3 m_requestedSitOffset;
|
||||
|
||||
private SendCourseLocationsMethod m_sendCourseLocationsMethod;
|
||||
|
||||
private bool m_startAnimationSet;
|
||||
@@ -1777,7 +1777,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_nextSitAnimation = part.SitAnimation;
|
||||
}
|
||||
m_requestedSitTargetID = part.LocalId;
|
||||
m_requestedSitOffset = offset;
|
||||
//m_requestedSitOffset = offset;
|
||||
m_requestedSitTargetUUID = targetID;
|
||||
|
||||
m_log.DebugFormat("[SIT]: Client requested Sit Position: {0}", offset);
|
||||
@@ -2010,7 +2010,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (part != null)
|
||||
{
|
||||
m_requestedSitTargetID = part.LocalId;
|
||||
m_requestedSitOffset = offset;
|
||||
//m_requestedSitOffset = offset;
|
||||
m_requestedSitTargetUUID = targetID;
|
||||
|
||||
m_log.DebugFormat("[SIT]: Client requested Sit Position: {0}", offset);
|
||||
|
||||
Reference in New Issue
Block a user