mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 19:53:53 +00:00
Merge remote-tracking branch 'jhooks/physicsaedra3' into next
This commit is contained in:
commit
9d1a9520fc
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ bool PM_SlideMove( bool gravity )
|
|||
{
|
||||
// entity is completely trapped in another solid
|
||||
//pm->ps->velocity[2] = 0; // don't build up falling damage, but allow sideways acceleration
|
||||
pm->ps.velocity.z = 0;
|
||||
pm->ps.velocity = Ogre::Vector3(0,0,0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue