binji / love-nacl

Port of LÖVE to Native Client
http://binji.github.io/love-nacl/
Other
43 stars 6 forks source link

crash when creating a ParticleSystem of size 0 #30

Closed binji closed 11 years ago

binji commented 11 years ago

Creating a ParticleSystem of size 0 tries to create a SpriteBatch of size 0, which throws an exception.