Skip to content

Commit

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

Vec2(const Vec2&) = default;
// Vec2(const Vec2&) = default;

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

0 comments on commit 3d4e980

Please sign in to comment.