Skip to content

Commit

Permalink
Fix a typo in Primitive.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Velaron authored and a1batross committed May 2, 2020
1 parent f7bde40 commit b921b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Primitive.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct Size

bool operator ==( const Size &a ) const
{
return w == a.w && w == a.w;
return w == a.w && h == a.h;
}

Size AddVertical( const Size &a )
Expand Down

0 comments on commit b921b2a

Please sign in to comment.