2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 13:12:06 +00:00

Merge branch 't6-extend-techsets' into bsp-compilation

This commit is contained in:
LJW-Dev
2025-07-07 23:54:57 +08:00

View File

@@ -21,7 +21,7 @@ namespace
AssetCreationResult CreateAsset(const std::string& assetName, AssetCreationContext& context) override
{
const auto fileName = std::format("techniquesets/{}.json", assetName);
const auto file = m_search_path.Open(assetName);
const auto file = m_search_path.Open(fileName);
if (!file.IsOpen())
return AssetCreationResult::NoAction();