summaryrefslogtreecommitdiff
path: root/src/throwables.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-27 20:28:55 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-27 20:28:55 +0100
commitc6e7e4b1b1b72e0b67a64332033e3f41f2407f09 (patch)
treec56cb1e2ea83634ecb88e77b3e31c00051786062 /src/throwables.c
parent07a966e476052a6ffb00333800be62b0178d018d (diff)
depth
Diffstat (limited to 'src/throwables.c')
-rw-r--r--src/throwables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/throwables.c b/src/throwables.c
index 518502f..867a762 100644
--- a/src/throwables.c
+++ b/src/throwables.c
@@ -248,8 +248,6 @@ void draw_throwables(platform_window* window) {
throwable t = throwables[i];
if (!t.active) continue;
- THROWABLE_RENDER_DEPTH((int)t.position.y);
-
float throwable_render_x = t.position.x*info.tile_width + (t.position.y*info.px_incline);
float throwable_render_y = t.position.y*info.tile_height - (t.position.z*info.px_raised_per_h);