mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Add important comment
This commit is contained in:
parent
6af4f40752
commit
0f55129f71
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class outscript(object):
|
|||
if self.globalmode:# or value >= 0:
|
||||
return str(int(value))
|
||||
else:
|
||||
# Important inside lists!!
|
||||
return '((float)' + str(int(value)) + ')'
|
||||
s = str(value)
|
||||
# Try to remove as many decimals as possible but keeping the F32 value intact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue