refix particles3d issue, bringing down the amount limit to 1024

This commit is contained in:
Nuno Donato
2016-02-16 08:56:31 +00:00
parent 7496fd4788
commit 2d1de83434
2 changed files with 3 additions and 3 deletions

View File

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