raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.47k stars 298 forks source link

Fix GuiSlider value pointer #298

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

GuiSlider() takes a float *, so we must retrieve the address of value, rather than just passing it in.

raysan5 commented 1 year ago

I'm reviewing it...