Hi,
Each time I draw on the screen it gets deleted immediately. Also Framebuffer does not work for me.
What should I do?
Greetings
How to double-buffer?Hi, each
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: How to double-buffer?Hi, each
Without knowing your code it's difficult to say what you are doing wrong. But i suspect that you need to put the drawing code into love.draw, like so:
Code: Select all
function love.load()
love.graphics.setFont(30)
end
function love.draw()
love.graphics.print("Hello World", 100, 100)
end
Who is online
Users browsing this forum: Bing [Bot] and 3 guests