diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 01ab7b267..43f82db0b 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2272,7 +2272,8 @@ bool Being::drawSpriteAt(Graphics *const graphics, graphics->setColor(userPalette-> getColorWithAlpha(UserPalette::PORTAL_HIGHLIGHT)); - graphics->fillRectangle(gcn::Rectangle(x, y, mapTileSize, mapTileSize)); + graphics->fillRectangle(gcn::Rectangle(x, y, + mapTileSize, mapTileSize)); if (mDrawHotKeys && !mName.empty()) { |