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
|
|
@ -164,7 +164,7 @@ inline bool TamlJSONParser::parseType( rapidjson::Value::MemberIterator& memberI
|
|||
if ( propertyState.getPropertyValueDirty() )
|
||||
{
|
||||
// Yes, so update the attribute.
|
||||
fieldValue.SetString( propertyState.getPropertyValue() );
|
||||
fieldValue.SetString(rapidjson::GenericStringRef<UTF8>(propertyState.getPropertyValue()) );
|
||||
|
||||
// Flag the document as dirty.
|
||||
mDocumentDirty = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue