mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 15:45:37 +00:00
Re-enable a warning message
This commit is contained in:
parent
a7c5beb7c5
commit
39539603bf
@ -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…
x
Reference in New Issue
Block a user