mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 21:41:34 +00:00
Merge branch 'del'hruhn-fix' into 'master'
Actually set the uvSet value Closes #5614 See merge request OpenMW/openmw!308
This commit is contained in:
commit
8084784828
1 changed files with 2 additions and 0 deletions
|
@ -1507,6 +1507,8 @@ namespace NifOsg
|
|||
|
||||
texture2d->setWrap(osg::Texture::WRAP_S, wrapS ? osg::Texture::REPEAT : osg::Texture::CLAMP_TO_EDGE);
|
||||
texture2d->setWrap(osg::Texture::WRAP_T, wrapT ? osg::Texture::REPEAT : osg::Texture::CLAMP_TO_EDGE);
|
||||
|
||||
uvSet = tex.uvSet;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue