Skip to content

Commit

Permalink
Merge pull request #555 from ulteq/drippFix
Browse files Browse the repository at this point in the history
[Bugfix] Fixed a typo (brings back dripping particles)
  • Loading branch information
Petr Ohlídal committed Jan 12, 2016
2 parents 270e084 + 83e6072 commit d2aff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/physics/input_output/RigSpawner.cpp
Expand Up @@ -422,7 +422,7 @@ void RigSpawner::InitializeRig()
m_rig->submesh_ground_model = gEnv->collisions->defaultgm;
m_rig->cparticle_enabled = BSETTING("Particles", true);
m_rig->dustp = DustManager::getSingleton().getDustPool("dust");
m_rig->dripp = DustManager::getSingleton().getDustPool("dripp");
m_rig->dripp = DustManager::getSingleton().getDustPool("drip");
m_rig->sparksp = DustManager::getSingleton().getDustPool("sparks");
m_rig->clumpp = DustManager::getSingleton().getDustPool("clump");
m_rig->splashp = DustManager::getSingleton().getDustPool("splash");
Expand Down

0 comments on commit d2aff94

Please sign in to comment.