mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix some Coverity warnings
This commit is contained in:
parent
81deb3796b
commit
d8ec78d732
17 changed files with 18 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue