lualoader: logdef -> logodef typo
This commit is contained in:
parent
1729991fcc
commit
bd5fc9a0ca
@ -454,7 +454,7 @@ function drawer.drawlogo()
|
|||||||
x = x + drawer.shift.x
|
x = x + drawer.shift.x
|
||||||
y = y + drawer.shift.y
|
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
|
x = x + logodef.shift.x
|
||||||
y = y + logodef.shift.y
|
y = y + logodef.shift.y
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user