mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-02 09:17:47 +00:00
Updated missing image and colour only image asset names to use materials loaded by the game.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BSP
|
||||
surfMaterialAsset = m_context.LoadDependency<AssetMaterial>(missingImageName);
|
||||
if (surfMaterialAsset == nullptr)
|
||||
{
|
||||
con::error("unable to find the missing image texture!");
|
||||
con::error("unable to load the missing image texture {}!", missingImageName);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user