mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
# Conflicts: # Engine/source/console/consoleFunctions.cpp
This commit is contained in:
commit
28e509af1a
158 changed files with 2954 additions and 709 deletions
|
|
@ -708,7 +708,7 @@ ImplementEnumType(_TamlFormatMode,
|
|||
|
||||
U32 nBufferSize = dStrlen(pFieldValue) + 1;
|
||||
FrameTemp<char> valueCopy(nBufferSize);
|
||||
dStrcpy((char *)valueCopy, pFieldValue);
|
||||
dStrcpy((char *)valueCopy, pFieldValue, nBufferSize);
|
||||
|
||||
// Skip if field should not be written.
|
||||
if (!pSimObject->writeField(fieldName, valueCopy))
|
||||
|
|
@ -1547,4 +1547,4 @@ ImplementEnumType(_TamlFormatMode,
|
|||
TiXmlElement* pAnyElement = new TiXmlElement("xs:any");
|
||||
pAnyElement->SetAttribute("processContents", "skip");
|
||||
pSequenceElement->LinkEndChild(pAnyElement);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue