forked from teamnwah/openmw-tes3coop
Fix water ripple height
This commit is contained in:
parent
6e5f3339ad
commit
0ffa1f964b
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ void Water::setHeight(const float height)
|
||||||
{
|
{
|
||||||
mTop = height;
|
mTop = height;
|
||||||
|
|
||||||
|
mSimulation->setWaterHeight(height);
|
||||||
|
|
||||||
osg::Vec3f pos = mWaterNode->getPosition();
|
osg::Vec3f pos = mWaterNode->getPosition();
|
||||||
pos.z() = height;
|
pos.z() = height;
|
||||||
mWaterNode->setPosition(pos);
|
mWaterNode->setPosition(pos);
|
||||||
|
|
Loading…
Reference in a new issue