aboutsummaryrefslogtreecommitdiff
path: root/stand/lua/drawer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'stand/lua/drawer.lua')
-rw-r--r--stand/lua/drawer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua
index 6062d7e87a03..eb9b18117cd3 100644
--- a/stand/lua/drawer.lua
+++ b/stand/lua/drawer.lua
@@ -308,7 +308,7 @@ local function drawbrand()
if core.isFramebufferConsole() and
loader.term_putimage ~= nil and
branddef.image ~= nil then
- if loader.term_putimage(branddef.image, 0, 0, 0, 7, 0)
+ if loader.term_putimage(branddef.image, 1, 1, 0, 7, 0)
then
return true
end