mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-05 12:33:02 +00:00
chore: make sure TechsetCompilerT6 sets proper worldVertFormat
This commit is contained in:
@@ -46,4 +46,10 @@ namespace techset
|
||||
m_technique_names(std::move(techniqueNames))
|
||||
{
|
||||
}
|
||||
|
||||
CommonTechset::CommonTechset(std::string name, const size_t techniqueTypeCount)
|
||||
: m_name(std::move(name)),
|
||||
m_technique_names(techniqueTypeCount)
|
||||
{
|
||||
}
|
||||
} // namespace techset
|
||||
|
||||
Reference in New Issue
Block a user