raysan5 / raygui

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

minor fix, removed unnecessary float cast for textOffsetY #320

Closed DaJobat closed 1 year ago

DaJobat commented 1 year ago

textOffsetY is an int, but this addition had a float cast. This was causing issues when using raygui with implementation in zig.

raysan5 commented 1 year ago

@DaJobat thanks for the review!