metalpriest94 / The_Old_Days

Development of a tile-based strategy-game. Formerly named 'GridBoard'.
0 stars 0 forks source link

Fix MiniMap not updating on scrolling GamePanel using the mouse. #4

Closed metalpriest94 closed 7 years ago

metalpriest94 commented 7 years ago

What to do? MiniMap is supposed to update on scrolling no matter what.

While scrolling GamePanel using the mouse the MiniMap won't update until you scroll by arrow-key or click into the MiniMap.

metalpriest94 commented 7 years ago

MiniMap now updates like it's supposed to do.