Reduce max weather particles to previous value

This commit is contained in:
Lwmte 2025-04-26 11:56:32 +02:00
parent 8123415553
commit 22c5e4700e

View file

@ -10,7 +10,7 @@ namespace TEN::Effects::Environment
{
constexpr auto WEATHER_PARTICLE_SPAWN_DENSITY = 32;
constexpr auto WEATHER_PARTICLE_CLUSTER_MULT = 16.0f;
constexpr auto WEATHER_PARTICLE_COUNT_MAX = 4096;
constexpr auto WEATHER_PARTICLE_COUNT_MAX = 2048;
constexpr auto WEATHER_PARTICLE_COLL_CHECK_DELAY_MAX = 5.0f;
constexpr auto DUST_SIZE_MAX = 25.0f;