Merge pull request #2 from jaroshevskii/patch-2

Added unload texture function
This commit is contained in:
Luca Sas 2022-05-22 10:38:38 +03:00 committed by GitHub
commit 6deeb29b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@ int main()
EndDrawing();
}
CloseWindow();
UnloadTexture(texture);
CloseWindow();
return 0;
}