Fix typo in DIRECTION_45 ctor
This commit is contained in:
parent
5c22ffe422
commit
c3eb8dccda
|
@ -83,7 +83,7 @@ public:
|
|||
{
|
||||
VECTOR2I vec( aVec );
|
||||
vec.y = -vec.y;
|
||||
construct_( aVec );
|
||||
construct_( vec );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue