Fix build

This commit is contained in:
jmsgrogan 2022-05-15 16:14:04 +01:00
parent c1389218f2
commit 160b746182
8 changed files with 22 additions and 5 deletions

View file

@ -14,7 +14,7 @@ public:
}
Rectangle GetBounds() const override
Rectangle GetBounds() const
{
return Rectangle(mBottomLeft, mTopRight);
}