lualoader: logdef -> logodef typo

This commit is contained in:
kevans 2018-03-04 03:23:19 +00:00
parent 1729991fcc
commit bd5fc9a0ca

View File

@ -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