Merge pull request #2 from jaroshevskii/patch-2
Added unload texture function
This commit is contained in:
commit
6deeb29b67
|
@ -27,7 +27,8 @@ int main()
|
|||
EndDrawing();
|
||||
}
|
||||
|
||||
CloseWindow();
|
||||
UnloadTexture(texture);
|
||||
|
||||
CloseWindow();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue