* raised the max amount of particles to match the max number allowed in the inspector (prevents crash)
This commit is contained in:
parent
de6d6633ec
commit
b3fadd66c8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
struct ParticleSystemSW {
|
||||
enum {
|
||||
|
||||
MAX_PARTICLES=1024
|
||||
MAX_PARTICLES=4096
|
||||
};
|
||||
|
||||
float particle_vars[VS::PARTICLE_VAR_MAX];
|
||||
|
|
Loading…
Reference in a new issue