View | Details | Raw Unified | Return to bug 255202 | Differences between
and this patch

Collapse All | Expand All

(-)stand/lua/drawer.lua (-1 / +1 lines)
Lines 308-314 local function drawbrand() Link Here
308
	if core.isFramebufferConsole() and
308
	if core.isFramebufferConsole() and
309
	    loader.term_putimage ~= nil and
309
	    loader.term_putimage ~= nil and
310
	    branddef.image ~= nil then
310
	    branddef.image ~= nil then
311
		if loader.term_putimage(branddef.image, 1, 1, 0, 7, 0)
311
		if loader.term_putimage(branddef.image, x + 1, y + 1, 0, 7, 0)
312
		then
312
		then
313
			return true
313
			return true
314
		end
314
		end

Return to bug 255202