mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
BitfieldConsoleBaseType::setData definition
also, preserve saved out 0 and -1 numbers to resrver 'none' and 'all' ditch 'no' materialdefinition::animtype
This commit is contained in:
parent
64103a58aa
commit
0ac0ee88c2
3 changed files with 28 additions and 8 deletions
|
|
@ -115,7 +115,6 @@ public:
|
|||
|
||||
enum AnimType
|
||||
{
|
||||
No = 0,
|
||||
Scroll = BIT(0),
|
||||
Rotate = BIT(1),
|
||||
Wave = BIT(2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue