diff --git a/TombEngine/Game/effects/weather.h b/TombEngine/Game/effects/weather.h index 52ee40845..c00899771 100644 --- a/TombEngine/Game/effects/weather.h +++ b/TombEngine/Game/effects/weather.h @@ -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;