forked from teamnwah/openmw-tes3coop
Increase step size to 30
This commit is contained in:
parent
c57001e3bd
commit
c965bd8e18
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace MWWorld
|
||||||
{
|
{
|
||||||
|
|
||||||
static const float sMaxSlope = 60.0f;
|
static const float sMaxSlope = 60.0f;
|
||||||
static const float sStepSize = 15.0f;
|
static const float sStepSize = 30.0f;
|
||||||
// Arbitrary number. To prevent infinite loops. They shouldn't happen but it's good to be prepared.
|
// Arbitrary number. To prevent infinite loops. They shouldn't happen but it's good to be prepared.
|
||||||
static const int sMaxIterations = 50;
|
static const int sMaxIterations = 50;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue