diff options
Diffstat (limited to 'src/scenery.c')
| -rw-r--r-- | src/scenery.c | 2 |
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);
|
