mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 08:15:34 +00:00
Drop NIF root node transformation for Skyrim models the same way as for Morrowind models.
This commit is contained in:
parent
169859025c
commit
493858127a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace Nif
|
|||
readRecordList(nif, effects);
|
||||
|
||||
// FIXME: stopgap solution until we figure out what Oblivion does if it does anything
|
||||
if (nif->getVersion() > NIFFile::NIFVersion::VER_MW)
|
||||
if (nif->getVersion() > NIFFile::NIFVersion::VER_MW && nif->getVersion() < NIFFile::NIFVersion::VER_BGS)
|
||||
return;
|
||||
|
||||
// Discard transformations for the root node, otherwise some meshes
|
||||
|
|
Loading…
Reference in a new issue