mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-18 03:14:11 +00:00
some better default values
This commit is contained in:
parent
c44842bf2f
commit
99f7f1a97c
3 changed files with 8 additions and 8 deletions
|
|
@ -102,10 +102,10 @@ TSStatic::TSStatic()
|
|||
mShapeName = "";
|
||||
mShapeInstance = NULL;
|
||||
|
||||
mPlayAmbient = true;
|
||||
mPlayAmbient = false;
|
||||
mAmbientThread = NULL;
|
||||
|
||||
mAllowPlayerStep = false;
|
||||
mAllowPlayerStep = true;
|
||||
|
||||
mConvexList = new Convex;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue