[IMaterial] Add techset remapping

This commit is contained in:
momo5502 2017-06-02 22:18:14 +02:00
parent ff15fb07fc
commit 089c0d152c

View File

@ -25,6 +25,8 @@ namespace Assets
"_add", "_add",
"_nofog", "_nofog",
"_nocast", "_nocast",
"_add_lin_nofog",
}; };
Components::FileSystem::File materialFile(Utils::String::VA("materials/%s.iw4xMaterial", name.data())); Components::FileSystem::File materialFile(Utils::String::VA("materials/%s.iw4xMaterial", name.data()));