mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Increase max slope to 60. 45 is too low.
This commit is contained in:
parent
8c0bb1ff4d
commit
ee3764e9b3
@ -21,7 +21,7 @@ using namespace Ogre;
|
|||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
{
|
{
|
||||||
|
|
||||||
static const float sMaxSlope = 45.0f;
|
static const float sMaxSlope = 60.0f;
|
||||||
|
|
||||||
class MovementSolver
|
class MovementSolver
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user