Hello,
I have a slight problem with a slider.
sliderR.setValue(1.0) //input: float
println(sliderR.getValueF()); //returns 0.0
I do not understand why it doesn't return "1.0";
thank you very much
Hello,
I have a slight problem with a slider.
sliderR.setValue(1.0) //input: float
println(sliderR.getValueF()); //returns 0.0
I do not understand why it doesn't return "1.0";
thank you very much