diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-08 16:30:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-08 16:30:55 +0100 |
| commit | 1966263dd141a1c012a272a84af96206d68da55c (patch) | |
| tree | b8382cc37a40f1c48c0f8fbb548fbf251672c0aa /map.c | |
| parent | f84639d4b1eda622bf7667a7223a4a335c093437 (diff) | |
work
Diffstat (limited to 'map.c')
| -rw-r--r-- | map.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ inline map_info get_map_info(platform_window* window) { map_info info; info.tile_width = get_tile_width(window); info.tile_height = get_tile_height(window); - info.px_incline = info.tile_width/3; + info.px_incline = info.tile_width/3; // info.tile_width/3; info.px_raised_per_h = info.tile_height/2.5; return info; }
\ No newline at end of file |
