From 2ed9eb5dae691c337da9a459b33ff3fe8a4b5918 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 4 Mar 2018 03:23:19 +0000 Subject: [PATCH] lualoader: logdef -> logodef typo --- stand/lua/drawer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index 0412e0afa068..f7a55caaa4cc 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -454,7 +454,7 @@ function drawer.drawlogo() x = x + drawer.shift.x y = y + drawer.shift.y - if logdef ~= nil and logodef.shift ~= nil then + if logodef ~= nil and logodef.shift ~= nil then x = x + logodef.shift.x y = y + logodef.shift.y end