Code: Select all
canvas=love.graphics.newCanvas()
canvas:renderTo(love.graphics.circle,"fill",9,9,9)
Canvas:renderTo( func, ... )
is the syntax, assuming that means func is called with ... as its arguments.
But regardless of what is written there, i am always getting Error: bad argument #1 to '?' (string expected, got no value)
Am i dumb or is this a bug?