mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 07:47:57 +03:00
Reduce max weather particles to previous value
This commit is contained in:
parent
8123415553
commit
22c5e4700e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue