mirror of
https://github.com/HaodongMo/ArcCW.git
synced 2025-03-04 03:13:30 -05:00
fix ranger text transparency
This commit is contained in:
parent
561f6137f9
commit
458f258a14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user