lualoader: logdef -> logodef typo

This commit is contained in:
Kyle Evans 2018-03-04 03:23:19 +00:00
parent c6d9f133b3
commit 2ed9eb5dae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330370

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