1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 11:23:51 +00:00

Increase max slope to 60. 45 is too low.

This commit is contained in:
Chris Robinson 2013-02-05 15:07:48 -08:00
parent 8c0bb1ff4d
commit ee3764e9b3

View file

@ -21,7 +21,7 @@ using namespace Ogre;
namespace MWWorld
{
static const float sMaxSlope = 45.0f;
static const float sMaxSlope = 60.0f;
class MovementSolver
{