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