summaryrefslogtreecommitdiff
path: root/src/scenery.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-29 20:59:16 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-29 20:59:16 +0100
commit69264dd20ec917c738d56431cd4a85dcacee9a40 (patch)
tree8d61b99fa34dd7e97d124155fc881eab64b51f38 /src/scenery.c
parent63ef163074b151b66f71d49ec8ae56d6eba1df2b (diff)
more locations
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 39c91e6..cb8f9c6 100644
--- a/src/scenery.c
+++ b/src/scenery.c
@@ -54,7 +54,7 @@ void update_render_scenery(world* world) {
#if 0
if (is_left_clicked()) {
vec2f coords = px_to_coords(main_window, _global_mouse.x, _global_mouse.y);
- printf("Location: %f %f\n", coords.y, coords.x);
+ printf("Location: \"latitude\": %f, \"longitude\":%f\n", coords.y, coords.x);
}
#endif