mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 19:20:49 +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
@ -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…
x
Reference in New Issue
Block a user