Skip to content

Commit 4b896b9

Browse files
committed
fix missing }
1 parent b7e326e commit 4b896b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/game/client/swarm/vgui/asw_hud_emotes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ void CASWHudEmotes::PaintTracesFor(C_ASW_Marine* pMarine, Color color)
430430

431431
surface()->DrawTexturedPolygon(4, points);
432432
}
433+
}
434+
}
435+
}
433436

434437
void CASWHudEmotes::PaintTraitorEmote(C_BaseEntity* pEnt, int iTexture, float fEmoteScale)
435438
{

0 commit comments

Comments
 (0)