mirror of
https://github.com/theKapcioszek/fremen-transcriptor.git
synced 2025-04-18 03:07:55 +02:00
Moved line that unloaded screenshot image to different place because I put it in for loop by mistake
This commit is contained in:
parent
215f52b24e
commit
dc06e3454f
@ -354,9 +354,9 @@ int main(int argc, char *argv[]){
|
|||||||
|
|
||||||
for(int i = 0; i <= 27; i++){
|
for(int i = 0; i <= 27; i++){
|
||||||
UnloadImage(characters_img[i]);
|
UnloadImage(characters_img[i]);
|
||||||
UnloadImage(image);
|
|
||||||
UnloadTexture(characters_tex[i]);
|
UnloadTexture(characters_tex[i]);
|
||||||
}
|
}
|
||||||
|
UnloadImage(image);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user