Search found 1 match
- Sat May 23, 2009 11:24 pm
- Forum: Libraries and Tools
- Topic: ËNVY (LÖVE Framework)
- Replies: 86
- Views: 72245
Re: ËNVY (LÖVE Framework)
I had the same issue. Through some extensive debugging I finally found that the vector library was confusing the local variable with the class function. I don't know if this is a bug in LOVE or LUA? or even begin to explain the why, yet. I had to change all the vector library class functions to a di...