Skip to content

Commit

Permalink
Hexen: Fixed vertical alignment of map name head-up display
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 26, 2011
1 parent 1ebbf8d commit bf9386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/src/st_stuff.c
Expand Up @@ -2713,7 +2713,7 @@ void MapName_Drawer(uiwidget_t* obj, const Point2Raw* offset)
FR_SetFont(obj->font);
FR_SetTracking(0);
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 bf9386b

Please sign in to comment.