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
const_value = -$16 ;fix if more negative values are added
...
if const_value
fail "Please adjust the initial constant value to ensure that the last animation constant has a value of -1"
endc
This can instead use const_def -1, -1.
The text was updated successfully, but these errors were encountered:
This can instead use
const_def -1, -1
.The text was updated successfully, but these errors were encountered: