mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update filename's buf size to match GuiTextBox size param. (#290)
This commit is contained in:
@ -44,7 +44,7 @@ int main(int argc, char *argv[])
|
||||
const char *pixelFormatTextList[7] = { "GRAYSCALE", "GRAY ALPHA", "R5G6B5", "R8G8B8", "R5G5B5A1", "R4G4B4A4", "R8G8B8A8" };
|
||||
|
||||
bool textBoxEditMode = false;
|
||||
char fileName[32] = "untitled";
|
||||
char fileName[64] = "untitled";
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Image image = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user