mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Increase step size to 15
This commit is contained in:
parent
a729b1b12a
commit
15dc82f454
@ -26,7 +26,7 @@ namespace MWWorld
|
||||
{
|
||||
|
||||
static const float sMaxSlope = 60.0f;
|
||||
static const float sStepSize = 9.0f;
|
||||
static const float sStepSize = 15.0f;
|
||||
// Arbitrary number. To prevent infinite loops. They shouldn't happen but it's good to be prepared.
|
||||
static const int sMaxIterations = 50;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user