forked from mirror/openmw-tes3mp
NifLoader: handleTextureControllers outside of the NumTextures loop
This commit is contained in:
parent
e05d975020
commit
acf44fd9e5
1 changed files with 1 additions and 1 deletions
|
@ -1390,8 +1390,8 @@ namespace NifOsg
|
||||||
|
|
||||||
boundTextures.push_back(tex.uvSet);
|
boundTextures.push_back(tex.uvSet);
|
||||||
}
|
}
|
||||||
handleTextureControllers(texprop, composite, imageManager, stateset, animflags);
|
|
||||||
}
|
}
|
||||||
|
handleTextureControllers(texprop, composite, imageManager, stateset, animflags);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// unused by mw
|
// unused by mw
|
||||||
|
|
Loading…
Reference in a new issue