mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
fix merge error
This commit is contained in:
parent
4d1484c0c9
commit
19612e1b13
|
@ -233,7 +233,7 @@ vec4 textureR3D(usampler2D texSampler, ivec2 wrapMode, ivec2 texSize, ivec2 texP
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// if fLevel is 0, no need to mix with next mipmap level; slight performance boost
|
// if fLevel is 0, no need to mix with next mipmap level; slight performance boost
|
||||||
return texBiLinear(texSampler, wrapMode, vec2(texSize0), texPos0, texCoord);
|
return texBiLinear(texSampler, wrapMode, vec2(texSize0), texPos0, texCoord, iLevel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue