From bb1c90f50dcd69d4bf6b1fd863576e3bc0816982 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Fri, 31 May 2019 12:41:20 +0200 Subject: [PATCH] Unused text native --- client/main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 51595b65..896659a4 100644 --- a/client/main.lua +++ b/client/main.lua @@ -27,7 +27,6 @@ function drawTxt(x,y, width, height, scale, text, r,g,b,a, outline) SetTextScale(scale, scale) SetTextColour(r, g, b, a) SetTextDropshadow(0, 0, 0, 0,255) - SetTextEdge(1, 0, 0, 0, 255) SetTextDropShadow() if outline then SetTextOutline() end