1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Re-enable a warning message

This commit is contained in:
scrawl 2015-06-18 03:03:30 +02:00
parent a7c5beb7c5
commit 39539603bf

View file

@ -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;
}