mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
inspector cleanups
clustering work for datablocks for both consistent scanning for object parameters, as well as an eye towards orgainizing things to make reviewing what variations of components we'll be needing down the line clearer
This commit is contained in:
parent
23895e365a
commit
f07c8745b2
27 changed files with 692 additions and 700 deletions
|
|
@ -95,9 +95,6 @@ ConsoleDocClass( StaticShapeData,
|
|||
StaticShapeData::StaticShapeData()
|
||||
{
|
||||
dynamicTypeField = 0;
|
||||
|
||||
shadowEnable = true;
|
||||
|
||||
noIndividualDamage = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue