-
-
Couldn't load subscription status.
- Fork 353
Open
Description
What's going here?
Line 3140 in 0895c8b
| //char textValue[RAYGUI_VALUEBOX_MAX_CHARS + 1] = "\0"; |
If comparing to
GuiValueBox it has member variable char textValue[RAYGUI_VALUEBOX_MAX_CHARS + 1] with predefined size. But GuiValueBox takes it in as an argument and modifies it.If I'm leaving it blank with
"" it kinda works.It is manipulating
text argument by showing value, except lost first symbol. Seems like a stack overflow.Metadata
Metadata
Assignees
Labels
No labels