diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:04:34 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-09 21:04:34 +0100 |
| commit | ac4b9bd1ce461ecd2d54b8dbed633658b0431f8b (patch) | |
| tree | 9246b6352b0ee70599b400f00c161a68d40b852e /include/map.h | |
| parent | 1966263dd141a1c012a272a84af96206d68da55c (diff) | |
fix collision
Diffstat (limited to 'include/map.h')
| -rw-r--r-- | include/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map.h b/include/map.h index 80772b1..7c0716d 100644 --- a/include/map.h +++ b/include/map.h @@ -62,7 +62,7 @@ tile get_tile_under_coords(platform_window* window, float x, float y); float get_height_of_tile_under_coords(platform_window* window, float tocheckx, float tochecky); int get_tile_height(platform_window* window); int get_tile_width(platform_window* window); -bool is_in_bounds(platform_window* window, float x, float y); +bool is_in_bounds(float x, float y); void draw_grid(platform_window* window); map_info get_map_info(platform_window* window); |
