From f96ad3c93b9a5a74d2af2e9b8b4835a672a9875b Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 25 Jul 2025 00:06:55 -0600 Subject: Fixing things up for future thingies --- src/entity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entity.c') 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: -- cgit v1.2.3