Skip to content

Commit

Permalink
Fixed notification triangle
Browse files Browse the repository at this point in the history
Fixed the issue where the triangle on the right of the notification VGUI
would only appear on the oldest notification.
  • Loading branch information
_FR_Starfox64 committed Sep 15, 2015
1 parent eb99902 commit e5e41d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/cah/vgui/cl_notification.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function PANEL:Paint( w, h )
surface.DisableClipping(true)

surface.SetDrawColor(Color(68, 142, 253))
draw.NoTexture()
surface.DrawPoly(triangle)
surface.DrawRect(10, 0, 100, h)

Expand Down

0 comments on commit e5e41d2

Please sign in to comment.