mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Little mistake
This commit is contained in:
@@ -77,7 +77,7 @@ void UIMap::movePixels(int x, int y)
|
||||
|
||||
bool UIMap::setZoom(int zoom)
|
||||
{
|
||||
m_zoom = stdext::clamp<int>(zoom, m_maxZoomOut, m_maxZoomIn);
|
||||
m_zoom = stdext::clamp<int>(zoom, m_maxZoomIn, m_maxZoomOut);
|
||||
updateVisibleDimension();
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user