raysan5 / raygui

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

GuiTextBox(): Do not get previous code point when at start of string #420

Closed segcore closed 1 month ago

segcore commented 3 months ago

Prevents going out of bounds before the beginning of the string

raysan5 commented 1 month ago

@segcore Thanks! Nice improvement!