mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
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:
parent
991e811f2d
commit
1b7dbd9453
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue