mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
some better default values
This commit is contained in:
parent
c44842bf2f
commit
99f7f1a97c
3 changed files with 8 additions and 8 deletions
|
|
@ -200,7 +200,7 @@ Material::Material()
|
|||
mAutoGenerated = false;
|
||||
|
||||
mShowDust = false;
|
||||
mShowFootprints = true;
|
||||
mShowFootprints = false;
|
||||
|
||||
dMemset( mEffectColor, 0, sizeof( mEffectColor ) );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue