a327ex / windfield

Physics module for LÖVE
453 stars 55 forks source link

windfield/init.lua:36: attempt to call method 'collisionClear' (a nil value) #23

Open DjSapsan opened 5 years ago

DjSapsan commented 5 years ago

Error

windfield/init.lua:36: attempt to call method 'collisionClear' (a nil value)

Traceback

windfield/init.lua:36: in function 'newWorld' main.lua:11: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'

0paIescent commented 5 years ago

Could you paste your source code? I may be able to help if I could see what you're running.

DjSapsan commented 5 years ago

Thanks for answer. Basically its: self.world = wf.newWorld(0, 0, true) I tested in different environments with same results.

DjSapsan commented 5 years ago

any answer?