diff options
author | Adam Frisby | 2009-10-02 10:54:01 +1000 |
---|---|---|
committer | Adam Frisby | 2009-10-02 10:54:01 +1000 |
commit | a2cdbd784db2630d83546fcd9a41d2c8e2103408 (patch) | |
tree | 419af5c711a59add7ce64aa1c16b9d6001500f05 /OpenSim/Region/Examples/SimpleModule | |
parent | * Attempting to fix a issue with console commands & the estate module. Again. (diff) | |
parent | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-a2cdbd784db2630d83546fcd9a41d2c8e2103408.zip opensim-SC_OLD-a2cdbd784db2630d83546fcd9a41d2c8e2103408.tar.gz opensim-SC_OLD-a2cdbd784db2630d83546fcd9a41d2c8e2103408.tar.bz2 opensim-SC_OLD-a2cdbd784db2630d83546fcd9a41d2c8e2103408.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/ComplexObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs b/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs index 66f4da0..3809749 100644 --- a/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs +++ b/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
68 | 68 | ||
69 | public override void UpdateMovement() | 69 | public override void UpdateMovement() |
70 | { | 70 | { |
71 | UpdateGroupRotation(Rotation * m_rotationDirection); | 71 | UpdateGroupRotation(GroupRotation * m_rotationDirection); |
72 | 72 | ||
73 | base.UpdateMovement(); | 73 | base.UpdateMovement(); |
74 | } | 74 | } |