Skip to content

Commit

Permalink
fix textbox bug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwashere committed Jun 27, 2019
1 parent 4401da2 commit c5c7afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raygui.h
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,7 @@ RAYGUIDEF bool GuiTextBox(Rectangle bounds, char *text, int textSize, bool editM
{
text[keyCount] = (char)key;
keyCount++;
text[keyCount] = '\0';
}
}
}
Expand Down

0 comments on commit c5c7afa

Please sign in to comment.