summaryrefslogtreecommitdiff
path: root/src/scenery.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-02 15:14:30 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-02 15:14:30 +0100
commit1b85aeaf9882e29c15b116b683acdab41bb3e94a (patch)
treefa3bb18cf00663f0f9aee8c4404057ff8c3ec424 /src/scenery.c
parent496fb467ef596b73fc3eab4593881567aad832da (diff)
new locations, multi day trip view in schedule
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 cb8f9c6..0b40aa4 100644
--- a/src/scenery.c
+++ b/src/scenery.c
@@ -51,7 +51,7 @@ void update_render_scenery(world* world) {
}
renderer->render_reset_scissor();
-#if 0
+#if 1
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);