forked from teamnwah/openmw-tes3coop
Merge pull request #110 from OpenMW/master
Add OpenMW changes up to 29 Nov
This commit is contained in:
commit
d30cc88450
2 changed files with 3 additions and 2 deletions
|
@ -120,6 +120,7 @@ Programmers
|
|||
Scott Howard
|
||||
Sebastian Wick (swick)
|
||||
Sergey Shambir
|
||||
ShadowRadiance
|
||||
sir_herrbatka
|
||||
smbas
|
||||
Stefan Galowicz (bogglez)
|
||||
|
|
|
@ -450,8 +450,8 @@ namespace MWPhysics
|
|||
if (inertia.z() < 0)
|
||||
inertia.z() *= slowFall;
|
||||
if (slowFall < 1.f) {
|
||||
inertia.x() = 0;
|
||||
inertia.y() = 0;
|
||||
inertia.x() *= slowFall;
|
||||
inertia.y() *= slowFall;
|
||||
}
|
||||
physicActor->setInertialForce(inertia);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue