minor: remove some mono compiler warnings
parent
54360dd20e
commit
55de189752
|
@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
|||
public int m_animTickJump; // ScenePresence has to see this to control +Z force
|
||||
public bool m_jumping = false;
|
||||
public float m_jumpVelocity = 0f;
|
||||
private int m_landing = 0;
|
||||
// private int m_landing = 0;
|
||||
public bool Falling
|
||||
{
|
||||
get { return m_falling; }
|
||||
|
|
|
@ -2378,8 +2378,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
#region Overridden Methods
|
||||
|
||||
private bool sendingPrims = false;
|
||||
|
||||
public override void Update()
|
||||
{
|
||||
const float ROTATION_TOLERANCE = 0.01f;
|
||||
|
|
Loading…
Reference in New Issue