Re-enable a warning message

c++11
scrawl 10 years ago
parent a7c5beb7c5
commit 39539603bf

@ -903,8 +903,7 @@ namespace NifOsg
int uvSet = *it;
if (uvSet >= (int)data->uvlist.size())
{
// Occurred in "ascendedsleeper.nif", but only for hidden Shadow nodes, apparently
//std::cerr << "Warning: using an undefined UV set " << uvSet << " on TriShape " << triShape->name << std::endl;
std::cerr << "Warning: using an undefined UV set " << uvSet << " on TriShape " << triShape->name << " in " << mFilename << std::endl;
continue;
}

Loading…
Cancel
Save