mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-30 17:45:21 +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;
|
||||
mAmbientThread = NULL;
|
||||
|
||||
mAllowPlayerStep = true;
|
||||
mAllowPlayerStep = false;
|
||||
|
||||
mConvexList = new Convex;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue