mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
commit
ccdfbf1ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -1498,7 +1498,7 @@ void PersistenceManager::updateObject(SimObject* object, ParsedObject* parentObj
|
|||
// value then add it to the ParsedObject's newLines
|
||||
if (mustUpdate)
|
||||
{
|
||||
newLines.push_back(String::String(value).c_str());
|
||||
newLines.push_back(String(value).c_str());
|
||||
}
|
||||
|
||||
if (defaultValue)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue