mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 08:42:35 +00:00
V1 release of custom map code
This commit is contained in:
@@ -172,6 +172,10 @@ XAssetInfoGeneric* AssetCreationContext::LoadDependencyGeneric(const asset_type_
|
||||
|
||||
con::error(R"(Could not load asset "{}" of type "{}")", assetName, assetTypeName);
|
||||
}
|
||||
else if (assetName[0] == ',')
|
||||
{
|
||||
return LoadDefaultAssetDependency(assetType, assetName);
|
||||
}
|
||||
else if (required)
|
||||
{
|
||||
con::error(R"(Missing asset "{}" of type "{}")", assetName, assetTypeName);
|
||||
|
||||
Reference in New Issue
Block a user