Fix typo in DIRECTION_45 ctor

This commit is contained in:
Jon Evans 2021-01-07 19:13:05 -05:00
parent 5c22ffe422
commit c3eb8dccda
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public:
{
VECTOR2I vec( aVec );
vec.y = -vec.y;
construct_( aVec );
construct_( vec );
}
/**