mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-19 09:34:18 +02:00
Sidebar no longer leaves garbage behind when scrolling.
This commit is contained in:
@@ -1274,6 +1274,10 @@ bool DisplayClass::Scroll_Map(DirType facing, int & distance, bool really)
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
// jmarshall - force update the map when we scroll, this fixes the sidebar.
|
||||||
|
Map.Redraw_Tab();
|
||||||
|
Map.Flag_To_Redraw(true);
|
||||||
|
// jmarshall end
|
||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user