ignore my last reply u were very right thank you they just look the same in visual studioarampl wrote:A typo? You use rl then r1.
Search found 3 matches
- Thu Jan 21, 2016 5:31 pm
- Forum: Support and Development
- Topic: Hello im new to love and having some issues with nil value error
- Replies: 5
- Views: 3430
Re: Hello im new to love and having some issues with nil value error
- Thu Jan 21, 2016 5:59 am
- Forum: Support and Development
- Topic: Hello im new to love and having some issues with nil value error
- Replies: 5
- Views: 3430
Re: Hello im new to love and having some issues with nil value error
"Help us help you", post a .love file and/or post the complete error message you're getting; currently i can only say that the error might be in the renderer's lua file. this is the error error main.lua:27: attempt to index global 'r1' (a nil value) traceback main.lua:27: in function 'loa...
- Wed Jan 20, 2016 10:30 pm
- Forum: Support and Development
- Topic: Hello im new to love and having some issues with nil value error
- Replies: 5
- Views: 3430
Hello im new to love and having some issues with nil value error
im trying to fallow this tut and everything is written the same but for some reason his will work in the video and mine ends up with nil value errors left and right this is the code i am working with local Renderer = require "tools/renderer" renderer = Renderer:create() function createBox(...