From 1ba092a0c394ac5cf5d4d8ab1ea280b29ff9742d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 4 Feb 2012 23:02:04 +1000 Subject: Fix up rotation and vector subscripts in expressions and non plain assignments. --- LuaSL/src/LSL.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LuaSL/src/LSL.lua') diff --git a/LuaSL/src/LSL.lua b/LuaSL/src/LSL.lua index 1e7cc13..9b52d8c 100644 --- a/LuaSL/src/LSL.lua +++ b/LuaSL/src/LSL.lua @@ -186,8 +186,8 @@ LSL.TYPE_INVALID = 0; LSL.NULL_KEY = "00000000-0000-0000-0000-000000000000"; LSL.EOF = "\n\n\n"; -LSL.ZERO_ROTATION = {0.0, 0.0, 0.0, 1.0}; -LSL.ZERO_VECTOR = {0.0, 0.0, 0.0}; +LSL.ZERO_ROTATION = {x=0.0, y=0.0, z=0.0, s=1.0}; +LSL.ZERO_VECTOR = {x=0.0, y=0.0, z=0.0}; -- TODO - Temporary dummy variables to got vector and rotation thingies to work for now. -- cgit v1.1