mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
This commit is contained in:
parent
d4ac5c0b57
commit
cecc64752e
1 changed files with 1 additions and 1 deletions
|
@ -1253,7 +1253,7 @@ namespace MWWorld
|
|||
|
||||
if (force || !isFlying(ptr))
|
||||
{
|
||||
Ogre::Vector3 traced = mPhysics->traceDown(ptr, 200);
|
||||
Ogre::Vector3 traced = mPhysics->traceDown(ptr, 300);
|
||||
if (traced.z < pos.pos[2])
|
||||
pos.pos[2] = traced.z;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue