Update image_exporter.c

This commit is contained in:
Ray 2020-10-05 20:08:47 +02:00
parent 07b30c30af
commit b73eb56f3c

View File

@ -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;