Porting to 0.6.0. is becoming a real effort as no errors...
Posted: Wed Nov 04, 2009 9:52 am
In LOVE 0.5.0. if I attempted to say, run function foo() in function bar() but foo wasn't a function, LOVE would tell me with a blue screen that the function on line x didn't exist. With LOVE 0.6.0. it says nothing, and continues to run but has some drawing problems (it skips the rest of the code past that point). This is bad, because I need to find where my error is.