mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
Fix build break
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
|
||||
public override void UpdateMovement()
|
||||
{
|
||||
UpdateGroupRotation(GroupRotation * m_rotationDirection);
|
||||
UpdateGroupRotationR(GroupRotation * m_rotationDirection);
|
||||
|
||||
base.UpdateMovement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user