diff options
author | UbitUmarov | 2012-12-13 07:46:33 +0000 |
---|---|---|
committer | UbitUmarov | 2012-12-13 07:46:33 +0000 |
commit | 94a659a9e08cb5e6cb4d5b3aa7d46b11217098a0 (patch) | |
tree | 8bc680cb17c581fce80ca632ed68129a66b9a1d3 /OpenSim/Region | |
parent | fix coment out code not in use (diff) | |
download | opensim-SC-94a659a9e08cb5e6cb4d5b3aa7d46b11217098a0.zip opensim-SC-94a659a9e08cb5e6cb4d5b3aa7d46b11217098a0.tar.gz opensim-SC-94a659a9e08cb5e6cb4d5b3aa7d46b11217098a0.tar.bz2 opensim-SC-94a659a9e08cb5e6cb4d5b3aa7d46b11217098a0.tar.xz |
fix the 'fix'
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 92a4748..45cae51 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -564,7 +564,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
564 | // Scene.RegionInfo.RegionName, Name, m_velocity); | 564 | // Scene.RegionInfo.RegionName, Name, m_velocity); |
565 | } | 565 | } |
566 | } | 566 | } |
567 | // | 567 | /* |
568 | public override Vector3 AngularVelocity | 568 | public override Vector3 AngularVelocity |
569 | { | 569 | { |
570 | get | 570 | get |
@@ -581,7 +581,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
581 | return m_rotationalvelocity; | 581 | return m_rotationalvelocity; |
582 | } | 582 | } |
583 | } | 583 | } |
584 | // | 584 | /* |
585 | private Quaternion m_bodyRot = Quaternion.Identity; | 585 | private Quaternion m_bodyRot = Quaternion.Identity; |
586 | 586 | ||
587 | public Quaternion Rotation | 587 | public Quaternion Rotation |