rm unused code

This commit is contained in:
_N3m0 2024-03-23 12:21:26 +01:00
parent 92be7db967
commit 3c076f85ae
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -263,7 +263,6 @@ int main(void)
DrawTextureEx(map, map_coord, 0.0f, map_factor, WHITE);
Vector2 mouse = GetMousePosition();
Vec2i mousei = (Vec2i) {.x=mouse.x, .y=mouse.y};
float angle = vector_angle((Vector2){player.x, player.y}, mouse);
Vec2i player_map = screen_to_map_coord(player);