mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
Merge pull request #1113 from Areloch/TamlPrefixedArrayFields
Adjusts the logic for when creating a simObject from a taml to handle array'd prefix field's values
This commit is contained in:
commit
58403bc9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ void SimObject::onTamlCustomRead(TamlCustomNodes const& customNodes)
|
|||
// Check common fields.
|
||||
if (field)
|
||||
{
|
||||
setDataField(fieldName, buf, cField->getFieldValue());
|
||||
setPrefixedDataField(fieldName, buf, cField->getFieldValue());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue