فهرست منبع

Merge pull request #1360 from Azaezel/alpha41/typofixtoo

typofix
Brian Roberts 7 ماه پیش
والد
کامیت
ccdfbf1ac1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Engine/source/console/persistenceManager.cpp

+ 1 - 1
Engine/source/console/persistenceManager.cpp

@@ -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)