diff options
author | Justin Clark-Casey (justincc) | 2011-12-08 18:56:07 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-08 18:56:07 +0000 |
commit | 55de1897527d2b464df2d0b85ce0dd612473a734 (patch) | |
tree | cb6cb925902814b82aea37187ca591a0ad37b7d8 /OpenSim/Region/Framework/Scenes/Animation | |
parent | When a client connects to a scene, send other avatar appearance data asynchro... (diff) | |
download | opensim-SC-55de1897527d2b464df2d0b85ce0dd612473a734.zip opensim-SC-55de1897527d2b464df2d0b85ce0dd612473a734.tar.gz opensim-SC-55de1897527d2b464df2d0b85ce0dd612473a734.tar.bz2 opensim-SC-55de1897527d2b464df2d0b85ce0dd612473a734.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Animation')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs index 43cfd80..eda085f 100644 --- a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs +++ b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation | |||
60 | public int m_animTickJump; // ScenePresence has to see this to control +Z force | 60 | public int m_animTickJump; // ScenePresence has to see this to control +Z force |
61 | public bool m_jumping = false; | 61 | public bool m_jumping = false; |
62 | public float m_jumpVelocity = 0f; | 62 | public float m_jumpVelocity = 0f; |
63 | private int m_landing = 0; | 63 | // private int m_landing = 0; |
64 | public bool Falling | 64 | public bool Falling |
65 | { | 65 | { |
66 | get { return m_falling; } | 66 | get { return m_falling; } |