Explorar o código

* raised the max amount of particles to match the max number allowed in the inspector (prevents crash)

Nuno Donato %!s(int64=9) %!d(string=hai) anos
pai
achega
b3fadd66c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      servers/visual/particle_system_sw.h

+ 1 - 1
servers/visual/particle_system_sw.h

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