mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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
|
// value then add it to the ParsedObject's newLines
|
||||||
if (mustUpdate)
|
if (mustUpdate)
|
||||||
{
|
{
|
||||||
newLines.push_back(String::String(value).c_str());
|
newLines.push_back(String(value).c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defaultValue)
|
if (defaultValue)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue