1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 12:36: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:
AnyOldName3 2021-03-29 20:33:38 +00:00
commit e3dd1bf69e

View file

@ -123,7 +123,6 @@ void Actor::updatePosition()
mSimulationPosition = mWorldPosition;
mStandingOnPtr = nullptr;
mSkipSimulation = true;
mPositionOffset = osg::Vec3f();
}
void Actor::updateWorldPosition()