diff options
author | idb | 2009-02-02 19:20:12 +0000 |
---|---|---|
committer | idb | 2009-02-02 19:20:12 +0000 |
commit | 49946cb7aae691ffe7213393831927e369d60e07 (patch) | |
tree | 59a7314fa64891c4819da65c7a68a92080823f82 | |
parent | * Make the fact that there is a setting to control which instant message modu... (diff) | |
download | opensim-SC_OLD-49946cb7aae691ffe7213393831927e369d60e07.zip opensim-SC_OLD-49946cb7aae691ffe7213393831927e369d60e07.tar.gz opensim-SC_OLD-49946cb7aae691ffe7213393831927e369d60e07.tar.bz2 opensim-SC_OLD-49946cb7aae691ffe7213393831927e369d60e07.tar.xz |
Restore llGetSunPosition to its former self.
Fixes Mantis #2195
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Sun/SunModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Sun/SunModule.cs b/OpenSim/Region/Environment/Modules/World/Sun/SunModule.cs index 88eabe1..9d8956e 100644 --- a/OpenSim/Region/Environment/Modules/World/Sun/SunModule.cs +++ b/OpenSim/Region/Environment/Modules/World/Sun/SunModule.cs | |||
@@ -93,7 +93,7 @@ namespace OpenSim.Region.Environment.Modules | |||
93 | // Working values | 93 | // Working values |
94 | private Vector3 Position = Vector3.Zero; | 94 | private Vector3 Position = Vector3.Zero; |
95 | private Vector3 Velocity = Vector3.Zero; | 95 | private Vector3 Velocity = Vector3.Zero; |
96 | private Quaternion Tilt = Quaternion.Identity; | 96 | private Quaternion Tilt = new Quaternion(1.0f, 0.0f, 0.0f, 0.0f); |
97 | 97 | ||
98 | private long LindenHourOffset = 0; | 98 | private long LindenHourOffset = 0; |
99 | private bool sunFixed = false; | 99 | private bool sunFixed = false; |