Fix emotes being slightly offset in chat log
This commit is contained in:
parent
851ca0b262
commit
3876792a51
1 changed files with 1 additions and 1 deletions
|
|
@ -1589,7 +1589,7 @@ static void HU_drawChatLog(INT32 offset)
|
|||
{
|
||||
if ((y+dy+2 >= chat_topy) && (y+dy < (chat_bottomy)))
|
||||
{
|
||||
M_DrawEmote(x+dx+2, y+dy, emote, V_SNAPTOBOTTOM|V_SNAPTOLEFT);
|
||||
M_DrawEmote(x+dx+2, y+dy+1, emote, V_SNAPTOBOTTOM|V_SNAPTOLEFT);
|
||||
dx += EMOTEWIDTH - charwidth;
|
||||
}
|
||||
j += emotelen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue