diff options
author | nathan <nathansmith@disroot.org> | 2025-07-25 07:57:49 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-25 07:57:49 +0000 |
commit | c65787ebfc5f0701bb4366ef22cddc8af2d243ee (patch) | |
tree | 4de559bb7a77994c6e39adffb95edeeeb3d3a07a /src/assets.c | |
parent | f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b (diff) | |
download | FindThings-c65787ebfc5f0701bb4366ef22cddc8af2d243ee.tar.gz FindThings-c65787ebfc5f0701bb4366ef22cddc8af2d243ee.tar.bz2 FindThings-c65787ebfc5f0701bb4366ef22cddc8af2d243ee.zip |
More tree things
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c index 604b622..6f2ac0c 100644 --- a/src/assets.c +++ b/src/assets.c @@ -17,7 +17,7 @@ void initAssets(Assets* assets) void closeAssets(Assets* assets) { - for (int index = 0; index < TEXTURE_ASSET_COUNT; ++index) + for (int index = 0; index < TEXTURE_ASSET_COUNT; ++index) { UnloadTexture(assets->textures[index]); } |