mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-23 01:39:46 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue