Skip to content

Commit

Permalink
Fixed positioning of the Paused graphic.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed May 16, 2010
1 parent 44eb776 commit 02bcd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/hu_stuff.c
Expand Up @@ -2811,7 +2811,7 @@ void Hu_Drawer(void)
else
DGL_Scalef((float)winWidth/SCREENWIDTH, (float)winWidth/SCREENWIDTH, 1);

WI_DrawPatch2(m_pause.id, 0, 0, NULL, false, 0);
WI_DrawPatch2(m_pause.id, 0, 0, NULL, false, DPF_NO_OFFSET);

DGL_MatrixMode(DGL_PROJECTION);
DGL_PopMatrix();
Expand Down

0 comments on commit 02bcd64

Please sign in to comment.