Skip to content

Commit

Permalink
Initialise hud texture (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed May 22, 2017
1 parent eaf9673 commit fe0d9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cdogs/grafx.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ void GraphicsInitialize(GraphicsDevice *g)
{
return;
}
BlitClearBuf(g);
BlitUpdateFromBuf(g, g->hud);
}

if (initBrightness)
Expand Down

0 comments on commit fe0d9a9

Please sign in to comment.