mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 05:42:40 +00:00
Merge branch 'setpos_again' into 'master'
Remove wrong line that slipped in yesterday. See merge request OpenMW/openmw!697
This commit is contained in:
commit
e3dd1bf69e
@ -123,7 +123,6 @@ void Actor::updatePosition()
|
|||||||
mSimulationPosition = mWorldPosition;
|
mSimulationPosition = mWorldPosition;
|
||||||
mStandingOnPtr = nullptr;
|
mStandingOnPtr = nullptr;
|
||||||
mSkipSimulation = true;
|
mSkipSimulation = true;
|
||||||
mPositionOffset = osg::Vec3f();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Actor::updateWorldPosition()
|
void Actor::updateWorldPosition()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user