Add important comment

This commit is contained in:
Sei Lisa 2014-07-27 21:04:31 +02:00
parent 6af4f40752
commit 0f55129f71

View file

@ -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