Minor fixes

This commit is contained in:
SirLynix
2022-04-18 19:07:34 +02:00
parent c209552f81
commit 7fccfbb63e
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ namespace Nz
PhysWorld3D::PhysWorld3D() :
m_maxStepCount(50),
m_gravity(Vector3f::Zero()),
m_stepSize(0.005f),
m_stepSize(1.f / 120.f),
m_timestepAccumulator(0.f)
{
m_world = NewtonCreate();