Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Heretic: Fixed vertical alignment of map name head-up display
  • Loading branch information
danij-deng committed Dec 26, 2011
1 parent bf9386b commit 0af0a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jheretic/src/st_stuff.c
Expand Up @@ -2341,7 +2341,7 @@ void MapName_Drawer(uiwidget_t* obj, const Point2Raw* offset)
DGL_Enable(DGL_TEXTURE_2D);
FR_SetFont(obj->font);
FR_SetColorAndAlpha(defFontRGB3[0], defFontRGB3[1], defFontRGB3[2], textAlpha);
FR_DrawTextXY3(text, 0, 0, ALIGN_BOTTOMLEFT, DTF_NO_EFFECTS);
FR_DrawTextXY(text, 0, 0);
DGL_Disable(DGL_TEXTURE_2D);

DGL_MatrixMode(DGL_MODELVIEW);
Expand Down

0 comments on commit 0af0a82

Please sign in to comment.