From ed1c66be8441914e25de12b65f6a7ee5e31cdc13 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 21 Jan 2012 10:44:59 +1000 Subject: Vectors and rotations are broken, but I'll deal with those next. Just comment them out so I can get the next commit in and working. --- LuaSL/src/constants.lsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaSL/src/constants.lsl b/LuaSL/src/constants.lsl index 3b2f5a8..5caf962 100644 --- a/LuaSL/src/constants.lsl +++ b/LuaSL/src/constants.lsl @@ -18,6 +18,6 @@ integer FALSE = 0; string NULL_KEY = "00000000-0000-0000-0000-000000000000"; string EOF = "\n\n\n"; -rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; -vector ZERO_VECTOR = <0.0, 0.0, 0.0>; +//rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; +//vector ZERO_VECTOR = <0.0, 0.0, 0.0>; -- cgit v1.1