mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
typofix
This commit is contained in:
parent
b105fce2f2
commit
a5583a1d0e
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