Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rainbow HUD: Use GetHudStringWidth to get string width
Call the engine pfnDrawString function (via GetHudStringWidth) when calculating string width instead of hooked gEngfuncs.pfnDrawString to avoid char-by-char rendering in CRainbowHUD::DrawString.
- Loading branch information