mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Cleanup mismerge lines
This commit is contained in:
parent
dec9f54a9b
commit
b9c071b9fd
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue