mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15: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;
|
int uvSet = *it;
|
||||||
if (uvSet >= (int)data->uvlist.size())
|
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 << " in " << mFilename << std::endl;
|
||||||
//std::cerr << "Warning: using an undefined UV set " << uvSet << " on TriShape " << triShape->name << std::endl;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue