mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Add comment
This commit is contained in:
parent
64636bd85a
commit
30d06bfe0e
1 changed files with 2 additions and 0 deletions
|
@ -1377,6 +1377,8 @@ namespace NifOsg
|
|||
break;
|
||||
case Nif::NiTexturingProperty::GlossTexture:
|
||||
{
|
||||
// Not used by the vanilla engine. MCP (Morrowind Code Patch) adds an option to use Gloss maps:
|
||||
// "- Gloss map fix. Morrowind removed gloss map entries from model files after loading them. This stops Morrowind from removing them."
|
||||
std::cerr << "NiTexturingProperty::GlossTexture in " << mFilename << " not currently used." << std::endl;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue