Merge pull request #3688 from nunodonato/fixparticles

raised the max amount of particles to match the max number allowed …
This commit is contained in:
Rémi Verschelde 2016-02-16 07:49:36 +01:00
commit 658153a088

View file

@ -38,7 +38,7 @@
struct ParticleSystemSW {
enum {
MAX_PARTICLES=1024
MAX_PARTICLES=4096
};
float particle_vars[VS::PARTICLE_VAR_MAX];