mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Take out debug message
This commit is contained in:
@@ -587,8 +587,6 @@ void MapView::move(int x, int y)
|
|||||||
requestVisibleTilesCacheUpdate();
|
requestVisibleTilesCacheUpdate();
|
||||||
} else
|
} else
|
||||||
m_moveOffset.y += y;
|
m_moveOffset.y += y;
|
||||||
|
|
||||||
g_logger.warning(stdext::format("move offset %d %d", m_moveOffset.x, m_moveOffset.y));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Rect MapView::calcFramebufferSource(const Size& destSize)
|
Rect MapView::calcFramebufferSource(const Size& destSize)
|
||||||
|
Reference in New Issue
Block a user