1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-23 21:11:41 +00:00

Remove wrong line that slipped in yesterday.

This commit is contained in:
fredzio 2021-03-29 21:46:08 +02:00
parent d835204fdf
commit 0fac172413

View file

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