mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
refix particles3d issue, bringing down the amount limit to 1024
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
struct ParticleSystemSW {
|
||||
enum {
|
||||
|
||||
MAX_PARTICLES=4096
|
||||
MAX_PARTICLES=1024
|
||||
};
|
||||
|
||||
float particle_vars[VS::PARTICLE_VAR_MAX];
|
||||
|
||||
Reference in New Issue
Block a user