diff options
author | Melanie | 2011-10-25 01:42:52 +0100 |
---|---|---|
committer | Melanie | 2011-10-25 01:42:52 +0100 |
commit | a8cc81a37e3e97fec4b4ce397c53e3b50fc84c4e (patch) | |
tree | 197217a9944bf63f7bfeacf52ee7482bfde52ca9 /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Merge commit '631d5e16ef8c5340b6283b1a9ed9cc95aea3e3a1' into bigmerge (diff) | |
parent | remove some mono compiler warnings (diff) | |
download | opensim-SC_OLD-a8cc81a37e3e97fec4b4ce397c53e3b50fc84c4e.zip opensim-SC_OLD-a8cc81a37e3e97fec4b4ce397c53e3b50fc84c4e.tar.gz opensim-SC_OLD-a8cc81a37e3e97fec4b4ce397c53e3b50fc84c4e.tar.bz2 opensim-SC_OLD-a8cc81a37e3e97fec4b4ce397c53e3b50fc84c4e.tar.xz |
Merge commit 'f08664f422f984fa57cc0ecb97c04eee3dccd183' into bigmerge
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index d43f67f..3dec218 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -171,8 +171,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
171 | private Vector3 m_lastChildAgentUpdatePosition; | 171 | private Vector3 m_lastChildAgentUpdatePosition; |
172 | private Vector3 m_lastChildAgentUpdateCamPosition; | 172 | private Vector3 m_lastChildAgentUpdateCamPosition; |
173 | 173 | ||
174 | private int m_perfMonMS; | ||
175 | |||
176 | private bool m_flyingOld; // add for fly velocity control | 174 | private bool m_flyingOld; // add for fly velocity control |
177 | public bool m_wasFlying; // add for fly velocity control | 175 | public bool m_wasFlying; // add for fly velocity control |
178 | 176 | ||
@@ -1417,8 +1415,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1417 | // return; | 1415 | // return; |
1418 | //} | 1416 | //} |
1419 | 1417 | ||
1420 | // m_perfMonMS = Util.EnvironmentTickCount(); | ||
1421 | |||
1422 | ++m_movementUpdateCount; | 1418 | ++m_movementUpdateCount; |
1423 | if (m_movementUpdateCount < 1) | 1419 | if (m_movementUpdateCount < 1) |
1424 | m_movementUpdateCount = 1; | 1420 | m_movementUpdateCount = 1; |
@@ -1712,9 +1708,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1712 | } | 1708 | } |
1713 | 1709 | ||
1714 | m_scene.EventManager.TriggerOnClientMovement(this); | 1710 | m_scene.EventManager.TriggerOnClientMovement(this); |
1715 | |||
1716 | // It doesn't make sense to add this to frame stats as this update is processed indepedently of the scene loop | ||
1717 | // m_scene.StatsReporter.AddAgentTime(Util.EnvironmentTickCountSubtract(m_perfMonMS)); | ||
1718 | } | 1711 | } |
1719 | 1712 | ||
1720 | /// <summary> | 1713 | /// <summary> |