mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 12:53:53 +00:00
Merge branch 'nofallfloor' into 'master'
Update physics object position after spawning. See merge request OpenMW/openmw!449
This commit is contained in:
commit
9a35c5815e
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ namespace
|
|||
bool operator() (const MWWorld::Ptr& ptr)
|
||||
{
|
||||
if (!ptr.getRefData().isDeleted() && ptr.getRefData().isEnabled())
|
||||
ptr.getClass().adjustPosition (ptr, false);
|
||||
ptr.getClass().adjustPosition (ptr, true);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue