1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 22:15:33 +00:00

Fix indent

This commit is contained in:
elsid 2018-08-18 13:43:29 +03:00
parent d3667945c5
commit 6411c1955d
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -42,7 +42,7 @@ namespace MWMechanics
return getXAngleToDir(dest - origin);
}
const float PATHFIND_Z_REACH = 50.0f;
const float PATHFIND_Z_REACH = 50.0f;
//static const float sMaxSlope = 49.0f; // duplicate as in physicssystem
// distance after which actor (failed previously to shortcut) will try again
const float PATHFIND_SHORTCUT_RETRY_DIST = 300.0f;