Simplified menu redraw
This commit is contained in:
parent
55e331aa84
commit
ba8ecddb76
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ global void UpdateDisplay(void)
|
|||
if( MustRedraw==-1 ) {
|
||||
Invalidate();
|
||||
} else {
|
||||
if( (MustRedraw&RedrawMap) || (MustRedraw&RedrawMapOverlay) ) {
|
||||
if( MustRedraw&RedrawMap ) {
|
||||
// FIXME: split into small parts see RedrawTile and RedrawRow
|
||||
InvalidateArea(TheUI.MapX,TheUI.MapY
|
||||
,TheUI.MapWidth-TheUI.MapX,TheUI.MapHeight-TheUI.MapY);
|
||||
|
|
Loading…
Reference in a new issue