mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
work towards reflecting the typemask in the checkboxes in a combinatory manner again
This commit is contained in:
parent
677c061bc9
commit
d8fcbb7863
2 changed files with 19 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class BitfieldConsoleBaseType : public ConsoleBaseType
|
|||
if (inString.find((*tbl)[i].getName()) != String::NPos)
|
||||
mask.set(BIT(i));
|
||||
}
|
||||
retVal = mask;
|
||||
retVal = mask.getMask();
|
||||
}
|
||||
*((S32*)dptr) = retVal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue