diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 1908c57..18bf82f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -459,7 +459,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
459 | 459 | ||
460 | // Can not be public const? | 460 | // Can not be public const? |
461 | public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); | 461 | public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); |
462 | public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0, 0.0, 1.0); | 462 | public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0); |
463 | 463 | ||
464 | // constants for llSetCameraParams | 464 | // constants for llSetCameraParams |
465 | public const int CAMERA_PITCH = 0; | 465 | public const int CAMERA_PITCH = 0; |