diff --git a/src/ObjWriting/Game/IW4/AssetDumpers/AssetDumperTechniqueSet.cpp b/src/ObjWriting/Game/IW4/AssetDumpers/AssetDumperTechniqueSet.cpp index b4e86720..8e8a3c25 100644 --- a/src/ObjWriting/Game/IW4/AssetDumpers/AssetDumperTechniqueSet.cpp +++ b/src/ObjWriting/Game/IW4/AssetDumpers/AssetDumperTechniqueSet.cpp @@ -35,7 +35,7 @@ namespace IW4 { Indent(); // TODO: Actual statemap: Maybe find all materials using this techset and try to make out rules for the flags based on the statebitstable - m_stream << "stateMap \"\"; // TODO\n"; + m_stream << "stateMap \"passthrough\"; // TODO\n"; } static bool FindCodeConstantSourceAccessor(const MaterialConstantSource sourceIndexToFind, const CodeConstantSource* codeConstantTable, std::string& codeSourceAccessor)