mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-05 13:49:17 -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;
|
bool imageLoaded = false;
|
||||||
float imageScale = 1.0f;
|
float imageScale = 1.0f;
|
||||||
Rectangle imageRec = { 0.0f };
|
Rectangle imageRec = { 0 };
|
||||||
|
|
||||||
bool btnExport = false;
|
bool btnExport = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user