瀏覽代碼

Cleanup mismerge lines

Areloch 4 年之前
父節點
當前提交
b9c071b9fd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Engine/source/T3D/assets/assetImporter.cpp

+ 0 - 2
Engine/source/T3D/assets/assetImporter.cpp

@@ -2433,8 +2433,6 @@ void AssetImporter::importAssets(AssetImportObject* assetItem)
 
             if (!refreshSuccess)
             {
-               const char* importReturnVal = Con::executef(this, processCommand.c_str(), childItem).getString();
-               assetPath = Torque::Path(importReturnVal);
                dSprintf(importLogBuffer, sizeof(importLogBuffer), "AssetImporter::importAssets - Failed to refresh reimporting asset %s.", item->assetName.c_str());
                activityLog.push_back(importLogBuffer);
             }