mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-10 21:21:50 +00:00
fix: iw4 materials not writing correct stateBitsEntry
This commit is contained in:
@ -818,5 +818,5 @@ namespace IW4
|
||||
}},
|
||||
});
|
||||
|
||||
inline state_map::StateMapLayout stateMapLayout(std::extent_v<decltype(GfxStateBits::loadBits)>, stateMapEntryLayout, stateMapVarLayout);
|
||||
inline state_map::StateMapLayout stateMapLayout(std::extent_v<decltype(GfxStateBits::loadBits.raw)>, stateMapEntryLayout, stateMapVarLayout);
|
||||
} // namespace IW4
|
||||
|
Reference in New Issue
Block a user