mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Ripples fix
This commit is contained in:
parent
93ffdb427c
commit
37a85e31d6
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ void RippleSimulation::update(float dt, Ogre::Vector2 position)
|
|||
position.z = 0; // Z is set by the Scene Node
|
||||
rotSpeed = mRippleRotSpeed;
|
||||
rotation = Ogre::Radian(Ogre::Math::RangeRandom(-Ogre::Math::PI, Ogre::Math::PI));
|
||||
created->setDimensions(mParticleSystem->getDefaultWidth(), mParticleSystem->getDefaultHeight());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue