From 11ccc343f3090344f3f2fd1d976de6a0fa2ffd7c Mon Sep 17 00:00:00 2001 From: "Squishy (C6H12O6+NaCl+H2O)" <106439598+SweetSea-ButImNotSweet@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:22:48 +0700 Subject: [PATCH] Quick patch --- game/vctrl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/vctrl.lua b/game/vctrl.lua index c14edb5..d7131aa 100644 --- a/game/vctrl.lua +++ b/game/vctrl.lua @@ -29,7 +29,7 @@ local virtual_quad=setmetatable((function() '','','back','','', '','','','','', '','','','','select', - } do if #name>0 then t[name]=gc_newQuad((i-1)%4*w,math.floor((i-1)/4)*w,w,w,4*w,3*w) end end -- 4x2 is the size of entire texture + } do if #name>0 then t[name]=gc_newQuad((i-1)%5*w,math.floor((i-1)/5)*w,w,w,5*w,7*w) end end return t end)(),{ __index=function() return empty_quad end