mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update image_exporter.c
This commit is contained in:
@ -54,7 +54,7 @@ int main(int argc, char *argv[0])
|
||||
|
||||
bool imageLoaded = false;
|
||||
float imageScale = 1.0f;
|
||||
Rectangle imageRec = { 0.0f };
|
||||
Rectangle imageRec = { 0 };
|
||||
|
||||
bool btnExport = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user