mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +00:00
add typeS16
This commit is contained in:
parent
676a3dd6dc
commit
b36ec14194
5 changed files with 28 additions and 6 deletions
|
|
@ -1118,7 +1118,7 @@ ImplementEnumType(_TamlFormatMode,
|
|||
{
|
||||
pFieldTypeDescription = "xs:float";
|
||||
}
|
||||
else if (fieldType == TypeS8 || fieldType == TypeS32)
|
||||
else if (fieldType == TypeS8 || fieldType == TypeS16 || fieldType == TypeS32)
|
||||
{
|
||||
pFieldTypeDescription = "xs:int";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue