fix ranger text transparency

This commit is contained in:
TheOnly8Z 2023-09-26 17:09:57 -07:00
parent 561f6137f9
commit 458f258a14

View File

@ -2594,6 +2594,8 @@ function SWEP:CreateCustomize2HUD()
end
if !drawndmg then
surface.SetTextColor(col_fg)
local dmg = tostring(math.Round(dmgmax))
surface.SetTextPos(ss * 2, ss * 1)
surface.DrawText(dmg)