mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Fix AssetDumperTechniqueSet
This commit is contained in:
@ -223,7 +223,7 @@ namespace IW4
|
|||||||
|
|
||||||
if(knownMaterialTextureName != knownTextureMaps.end())
|
if(knownMaterialTextureName != knownTextureMaps.end())
|
||||||
{
|
{
|
||||||
m_stream << knownConstantName->second;
|
m_stream << knownMaterialTextureName->second.m_name;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user