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 issue occurs when using Slider components and setting the snap value to less than 1.0. It appears that the snap value is being rounded up to the nearest whole number, which is not ideal when looking to create sliders to represent floating point values.
For example, this reproduction attempts to create a slider ranging from 0.5 to 5, at increments of 0.1:
The issue occurs when using
Slider
components and setting thesnap
value to less than1.0
. It appears that thesnap
value is being rounded up to the nearest whole number, which is not ideal when looking to create sliders to represent floating point values.For example, this reproduction attempts to create a slider ranging from 0.5 to 5, at increments of 0.1:
Appears in HaxeUI Core/Flixel
git
, as well as the HaxeUI Builder.The text was updated successfully, but these errors were encountered: