mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Merge pull request #1363 from Azaezel/woundingWallWalking
allowplayerstep lets folks run up sharper angles than normal.
This commit is contained in:
commit
0b0e3d4a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ TSStatic::TSStatic()
|
||||||
mPlayAmbient = true;
|
mPlayAmbient = true;
|
||||||
mAmbientThread = NULL;
|
mAmbientThread = NULL;
|
||||||
|
|
||||||
mAllowPlayerStep = true;
|
mAllowPlayerStep = false;
|
||||||
|
|
||||||
mConvexList = new Convex;
|
mConvexList = new Convex;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue