Fix AssetDumperTechniqueSet

This commit is contained in:
Jan 2022-08-07 19:05:44 +02:00
parent a8bb1a5ead
commit 032cfed6e1

View File

@ -223,7 +223,7 @@ namespace IW4
if(knownMaterialTextureName != knownTextureMaps.end())
{
m_stream << knownConstantName->second;
m_stream << knownMaterialTextureName->second.m_name;
}
else
{