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 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
|
