mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Typo in a comment.
This commit is contained in:
parent
c8bfd40c66
commit
a65300ed49
1 changed files with 3 additions and 3 deletions
|
@ -1368,7 +1368,7 @@ def llListSort(lst, stride, asc):
|
|||
elif tb != Quaternion:
|
||||
if broken and tb in (unicode, Key):
|
||||
b = b.encode('utf-32-be')
|
||||
gt = not (a <= b) # float integer, string, key all compare with this
|
||||
gt = not (a <= b) # float, integer, string, key all take this branch
|
||||
# (note NaNs compare as > thus the reversed condition!)
|
||||
if gt ^ (asc != 1):
|
||||
# swap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue