Search found 1 match

by ramenudle
Wed Apr 29, 2009 8:13 pm
Forum: General
Topic: love.filesystem - I am either stupid or wrong
Replies: 9
Views: 7585

Re: love.filesystem - I am either stupid or wrong

For what it's worth...
Xcmd wrote:

Code: Select all

function draw()
	love.graphics.draw(mySring, 50, 50)
end
You have mySring instead of myString...dunno if that makes a bit of difference, but I thought I'd point it out anyway