mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
fix redraw
This commit is contained in:
@@ -176,7 +176,7 @@ void CMinimap::mouseDragged(const Point & cursorPosition, const Point & lastUpda
|
||||
|
||||
void CMinimap::showAll(Canvas & to)
|
||||
{
|
||||
CSDL_Ext::CClipRectGuard guard(to.getInternalSurface(), pos);
|
||||
CSDL_Ext::CClipRectGuard guard(to.getInternalSurface(), aiShield->pos);
|
||||
CIntObject::showAll(to);
|
||||
|
||||
if(minimap)
|
||||
|
||||
Reference in New Issue
Block a user