Skip to content

Commit

Permalink
Update mapview.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Mar 18, 2023
1 parent 04b1e3f commit cb7c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/mapview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ void MapView::setCameraPosition(const Position& pos)
{
m_follow = false;
m_customCameraPosition = pos;
requestUpdateVisibleTiles(); \
requestUpdateVisibleTiles();
}

Position MapView::getPosition(const Point& mousePos)
Expand Down

0 comments on commit cb7c37c

Please sign in to comment.