Skip to content

refix particles3d issue, bringing down the amount limit to 1024

Nuno Donato requested to merge github/fork/nunodonato/refixparticles into master

The previous fix raised the max amount to 4096, but that matches the default max value for the rasterizer's rendered objects. It sounds more sane to reduce the max allowed particles to 1024, also matching the 2d particle system.

Merge request reports