Alexander Artemev
i'm trying to run this patch and havo no idea why jit.world canvas stay clean. there is a message in console "particles: bad number". any ideas how to solve this problem?
LSka
To name a jit.gen patcher you have to use the @title attribute. So [jit.gen @title particles]. This will solve the "bad number" message.
ohthank you! it's really works. )