mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
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:
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
public override void UpdateMovement()
|
||||
{
|
||||
UpdateGroupRotation(Rotation * m_rotationDirection);
|
||||
UpdateGroupRotation(GroupRotation * m_rotationDirection);
|
||||
|
||||
base.UpdateMovement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user