fix textbox bug

This commit is contained in:
Simon
2019-06-27 19:26:15 +01:00
parent 4401da21f0
commit c5c7afa293

View File

@ -2709,6 +2709,7 @@ RAYGUIDEF bool GuiTextBox(Rectangle bounds, char *text, int textSize, bool editM
{
text[keyCount] = (char)key;
keyCount++;
text[keyCount] = '\0';
}
}
}