lualoader: logdef -> logodef typo
This commit is contained in:
parent
c6d9f133b3
commit
2ed9eb5dae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user