mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Take out debug message
This commit is contained in:
parent
b5c3b37b3c
commit
bd8c883e13
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user