diff options
author | ubit | 2012-12-13 08:39:55 +0100 |
---|---|---|
committer | ubit | 2012-12-13 08:39:55 +0100 |
commit | 48b0a3de7942d572522267078b5d518049cdc018 (patch) | |
tree | 183bc9a35aa3ba4228c8f40a4a5306e1a3277cc5 /OpenSim/Region | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | fix coment out code not in use (diff) | |
download | opensim-SC-48b0a3de7942d572522267078b5d518049cdc018.zip opensim-SC-48b0a3de7942d572522267078b5d518049cdc018.tar.gz opensim-SC-48b0a3de7942d572522267078b5d518049cdc018.tar.bz2 opensim-SC-48b0a3de7942d572522267078b5d518049cdc018.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
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 6299a8e..92a4748 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 |