mirror of
https://github.com/theKapcioszek/fremen-transcriptor.git
synced 2025-04-09 15:34:08 +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++){
|
||||
UnloadImage(characters_img[i]);
|
||||
UnloadImage(image);
|
||||
UnloadTexture(characters_tex[i]);
|
||||
}
|
||||
UnloadImage(image);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user