mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
allowplayerstep lets folks run up sharper angles than normal. that should be off by default.
This commit is contained in:
parent
c2e5dc3345
commit
070d7db9a9
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