aboutsummaryrefslogtreecommitdiff
path: root/world.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:40:29 +1000
committerquou <quou@disroot.org>2024-10-01 20:40:29 +1000
commit61d70551166de46cfda7ee5d6212817859153335 (patch)
treec8cf645f0e46d22c4f3e4b7cb0baaaa3622381cf /world.c
parent5ae0a01f81f98b6bed04ec6e3c6a687317489d91 (diff)
hud
Diffstat (limited to 'world.c')
-rw-r--r--world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/world.c b/world.c
index 98950f1..18cc6cd 100644
--- a/world.c
+++ b/world.c
@@ -75,4 +75,5 @@ void ren_world(const World* w, struct Renderer* r) {
ren_particle(&w->particles[i], r);
for (i = 0; i < w->enemy_count; i++)
ren_enemy(&w->enemies[i], r);
+ ren_hud(w, r);
}