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:
parent
a7c5beb7c5
commit
39539603bf
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue