mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
WIP of the rapidJson update
This commit is contained in:
parent
af27fea500
commit
dbd48cdbc1
39 changed files with 15695 additions and 2707 deletions
|
|
@ -399,7 +399,7 @@ inline void TamlJSONReader::parseCustomNode( rapidjson::Value::ConstMemberIterat
|
|||
if ( value.Size() == 1 )
|
||||
{
|
||||
// Yes, so parse the node text.
|
||||
if ( parseStringValue( valueBuffer, sizeof(valueBuffer), value.Begin(), nodeName ) )
|
||||
if ( parseStringValue( valueBuffer, sizeof(valueBuffer), *value.Begin(), nodeName ) )
|
||||
{
|
||||
pChildNode->setNodeText( valueBuffer );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue