From 30d06bfe0e9140796df9f205fd5f161e9b53865a Mon Sep 17 00:00:00 2001 From: scrawl Date: Tue, 1 Mar 2016 17:27:54 +0100 Subject: [PATCH] Add comment --- components/nifosg/nifloader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/nifosg/nifloader.cpp b/components/nifosg/nifloader.cpp index 1300d592f..b7eb9d8a7 100644 --- a/components/nifosg/nifloader.cpp +++ b/components/nifosg/nifloader.cpp @@ -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; }