Skip to content

Commit

Permalink
fix right part of wide minimaps not animating
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 27, 2021
1 parent 00a95a7 commit 7f18c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ static void menu_map_draw(void) {
gfx_draw_fillrect(colors[0], GFX_LAYER_FRONT, xofs - 4, yofs - 4, cw + 8, ch + 8);
// draw map
map.texrect.r.h = map.count;
map.texrect_wide.r.h = map.count;
if (map.scale == 1) {
gfx_draw_texrect(&map.texrect, GFX_LAYER_FRONT, xofs, yofs);
if (map.texrect_wide.tpage)
Expand Down

0 comments on commit 7f18c08

Please sign in to comment.