mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Make ZERO_ROTATION.y a float. Fixes Mantis #2985.
This commit is contained in:
@@ -451,7 +451,7 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_LSL
|
||||
|
||||
// Can not be public const?
|
||||
public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0);
|
||||
public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0, 0.0, 1.0);
|
||||
public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0);
|
||||
|
||||
// constants for llSetCameraParams
|
||||
public const int CAMERA_PITCH = 0;
|
||||
|
||||
Reference in New Issue
Block a user