Fix llGetColor in lslextrafuncs.py
Too much copy-paste. The name of the parameter should have been 'face', not 'id'.
This commit is contained in:
@@ -196,7 +196,7 @@ def llGetBoundingBox(id):
|
||||
return []
|
||||
raise ELSLCantCompute
|
||||
|
||||
def llGetColor(id):
|
||||
def llGetColor(face):
|
||||
assert isinteger(face)
|
||||
if face > 8:
|
||||
return ZERO_VECTOR
|
||||
|
||||
Reference in New Issue
Block a user