From fdeda6095e9a243c24a1b78501efdd2b0b96a186 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 18 Aug 2026 15:12:18 -0600 Subject: [PATCH] shader --- maps/mp/bots/_menu.gsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maps/mp/bots/_menu.gsc b/maps/mp/bots/_menu.gsc index 5d21ce3..e30fa46 100644 --- a/maps/mp/bots/_menu.gsc +++ b/maps/mp/bots/_menu.gsc @@ -67,6 +67,7 @@ init() return; } + precacheshader( "white" ); thread watchPlayers(); } @@ -755,7 +756,7 @@ createRectangle( align, relative, x, y, width, height, color, sort, alpha, shade barElemBG.color = color; barElemBG.alpha = alpha; barElemBG setparent( level.uiparent ); - //barElemBG setshader( shader, width, height ); + barElemBG setshader( shader, width, height ); barElemBG.hidden = false; barElemBG setpoint( align, relative, x, y ); return barElemBG;