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
This will evaluate to "true" even though the length was set to 1000. I've been working on ControlRampedValue, and finding that I want to use it as a timer, but the timer capabilities break when the value doesn't change (i.e. when the ramp goes from 0 to 0). I propose making isFinished time-based, rather than value-based.
The text was updated successfully, but these errors were encountered:
Consider the following
RampedValue().target(0).length(1000).isFinished()
This will evaluate to "true" even though the length was set to 1000. I've been working on ControlRampedValue, and finding that I want to use it as a timer, but the timer capabilities break when the value doesn't change (i.e. when the ramp goes from 0 to 0). I propose making isFinished time-based, rather than value-based.
The text was updated successfully, but these errors were encountered: