Remove texturereferences in default materials

This commit is contained in:
2023-05-21 00:50:56 +03:00
committed by Ari Vuollet
parent 83c288d739
commit 2c7b11a691
3 changed files with 6 additions and 3 deletions

View File

@@ -1277,6 +1277,8 @@ bool CookAssetsStep::Perform(CookingData& data)
assetStats.Count++;
assetStats.ContentSize += FileSystem::GetFileSize(cookedFilePath);
LOG(Info, "Cooked size of {0}: {1}KB", assetId, (FileSystem::GetFileSize(cookedFilePath) / (1024)));
if (packageBuilder.Add(data, i->Value, cookedFilePath))
return true;
}