Skip to content

Commit

Permalink
Revert "fix?"
Browse files Browse the repository at this point in the history
This reverts commit b845380.
  • Loading branch information
Mr-Auto committed Sep 2, 2023
1 parent e762bc6 commit 686581c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game_api/math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ struct Vec2
{
Vec2() = default;

Vec2(const Vec2& v)
: x(v.x), y(v.y){};
Vec2(const Vec2&) = default;

Vec2(float x_, float y_)
: x(x_), y(y_){};
Expand Down

0 comments on commit 686581c

Please sign in to comment.