You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second parameter of the first line is inserted as the first parameter of the second (I found out through value variations). The 511 is ignored. When I comment out the first line, the value is a large, meaningless number.
Greetings
André
The text was updated successfully, but these errors were encountered:
On table init parameter values mixed up. This is the Lua code:
The call:
block.border1 = border(e, 0, 0, 272, {50, 102, 204}, {'Main', 'Calibrate', 'Log'})
Without optimizer the output is:
----> 30 30 nil nil
----> 511 242 nil nil
With optimizer:
----> 30 30 nil nil
----> 30 242 nil nil
The second parameter of the first line is inserted as the first parameter of the second (I found out through value variations). The 511 is ignored. When I comment out the first line, the value is a large, meaningless number.
Greetings
André
The text was updated successfully, but these errors were encountered: