diff options
author | nathan <nathansmith@disroot.org> | 2025-07-25 06:06:55 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-25 06:06:55 +0000 |
commit | f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b (patch) | |
tree | 3fa0e29ff83976450bab683401df422a1078b729 /src/entity.c | |
parent | 7c4d899d6b8703f5cf787629a329c59a77a5411e (diff) | |
download | FindThings-f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b.tar.gz FindThings-f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b.tar.bz2 FindThings-f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b.zip |
Fixing things up for future thingies
Diffstat (limited to 'src/entity.c')
-rw-r--r-- | src/entity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c index e510a01..d5a0bab 100644 --- a/src/entity.c +++ b/src/entity.c @@ -26,7 +26,7 @@ void updateEntity(Entity* entity, Game* game) entity->position, 1.0, WHITE); break; case STICKY_NICKEL: - DrawBillboard(game->player.camera, game->assets.textures[NICK_TEXTURE], + DrawBillboard(game->player.camera, game->assets.textures[NICKEL_TEXTURE], entity->position, 1.0, WHITE); break; default: |