Fix some Coverity warnings

This commit is contained in:
Andrei Kortunov 2023-07-28 14:01:40 +04:00
parent 81deb3796b
commit d8ec78d732
17 changed files with 18 additions and 5 deletions

View file

@ -505,7 +505,7 @@ namespace Nif
if (flags & BSVertexDesc::VertexAttribute::Eye_Data)
{
throw Nif::Exception("Unhandled Eye Data in BSTriShape: ", nif->getFile().getFilename());
nif->read(mEyeData);
// nif->read(mEyeData);
}
}