summaryrefslogtreecommitdiff
path: root/src/scenery.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-04 18:11:22 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-04 18:11:22 +0100
commitef32a4bba790b551821cbcf5b98d9416c86a2761 (patch)
treedf529e62e9976e18ad0275a0ff9423719a04e1dc /src/scenery.c
parent7b565582f6daa03ff488798013ac720cc47b8a07 (diff)
small fixes
Diffstat (limited to 'src/scenery.c')
-rw-r--r--src/scenery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.c b/src/scenery.c
index 0b40aa4..cb8f9c6 100644
--- a/src/scenery.c
+++ b/src/scenery.c
@@ -51,7 +51,7 @@ void update_render_scenery(world* world) {
}
renderer->render_reset_scissor();
-#if 1
+#if 0
if (is_left_clicked()) {
vec2f coords = px_to_coords(main_window, _global_mouse.x, _global_mouse.y);
printf("Location: \"latitude\": %f, \"longitude\":%f\n", coords.y, coords.x);