From e5e41d213a0a117f7dabede27e6f763c7161fb2a Mon Sep 17 00:00:00 2001 From: _FR_Starfox64 Date: Tue, 15 Sep 2015 20:50:16 +0200 Subject: [PATCH] Fixed notification triangle Fixed the issue where the triangle on the right of the notification VGUI would only appear on the oldest notification. --- lua/cah/vgui/cl_notification.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cah/vgui/cl_notification.lua b/lua/cah/vgui/cl_notification.lua index ee29462..f25ec12 100644 --- a/lua/cah/vgui/cl_notification.lua +++ b/lua/cah/vgui/cl_notification.lua @@ -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)