Unloaded the screenshot image at the end

This commit is contained in:
Bartłomiej Szostak 2024-04-15 16:06:38 +02:00
parent faf50c2a5b
commit a0602b6a81

View File

@ -354,6 +354,7 @@ int main(int argc, char *argv[]){
for(int i = 0; i <= 27; i++){
UnloadImage(characters_img[i]);
UnloadImage(image);
UnloadTexture(characters_tex[i]);
}