mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
Increase the max number of physics iterations
Should help with highly tessellated collision meshes with high framerates.
This commit is contained in:
parent
a993af53e7
commit
d9040df9d6
@ -31,7 +31,7 @@ namespace MWWorld
|
||||
static const float sMaxSlope = 60.0f;
|
||||
static const float sStepSize = 30.0f;
|
||||
// Arbitrary number. To prevent infinite loops. They shouldn't happen but it's good to be prepared.
|
||||
static const int sMaxIterations = 4;
|
||||
static const int sMaxIterations = 8;
|
||||
|
||||
class MovementSolver
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user