Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of EntityBase.Rotation * Removed SceneObjectGroup.GroupRotation and added overrides for Scale/Rotation/Velocity"

This reverts commit 39842eb4af.
This commit is contained in:
Melanie
2009-10-02 00:47:01 +01:00
parent d0cc0985fa
commit 212e132e79
6 changed files with 27 additions and 46 deletions

View File

@@ -69,7 +69,6 @@ namespace OpenSim.Region.Examples.SimpleModule
public override void UpdateMovement()
{
UpdateGroupRotationR(m_rootPart.RotationOffset * m_rotationDirection);
base.UpdateMovement();
}