浏览代码

Merge pull request #722 from Azaezel/alpha40/ambiguousRef

clean up ambiguous reference
Brian Roberts 3 年之前
父节点
当前提交
656475deaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/T3D/assets/assetImporter.cpp

+ 1 - 1
Engine/source/T3D/assets/assetImporter.cpp

@@ -2100,7 +2100,7 @@ void AssetImporter::processShapeMaterialInfo(AssetImportObject* assetItem, S32 m
                if (imgFileName.isNotEmpty())
                   filePath = imgFileName;
                else
-                  filePath = ""; //no luck, so we just won't try importing in the image
+                  filePath = Torque::Path(""); //no luck, so we just won't try importing in the image
             }
          }