mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Merge pull request #110 from OpenMW/master
Add OpenMW changes up to 29 Nov
This commit is contained in:
commit
d30cc88450
@ -120,6 +120,7 @@ Programmers
|
|||||||
Scott Howard
|
Scott Howard
|
||||||
Sebastian Wick (swick)
|
Sebastian Wick (swick)
|
||||||
Sergey Shambir
|
Sergey Shambir
|
||||||
|
ShadowRadiance
|
||||||
sir_herrbatka
|
sir_herrbatka
|
||||||
smbas
|
smbas
|
||||||
Stefan Galowicz (bogglez)
|
Stefan Galowicz (bogglez)
|
||||||
|
@ -450,8 +450,8 @@ namespace MWPhysics
|
|||||||
if (inertia.z() < 0)
|
if (inertia.z() < 0)
|
||||||
inertia.z() *= slowFall;
|
inertia.z() *= slowFall;
|
||||||
if (slowFall < 1.f) {
|
if (slowFall < 1.f) {
|
||||||
inertia.x() = 0;
|
inertia.x() *= slowFall;
|
||||||
inertia.y() = 0;
|
inertia.y() *= slowFall;
|
||||||
}
|
}
|
||||||
physicActor->setInertialForce(inertia);
|
physicActor->setInertialForce(inertia);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user