make mipmapping scale with TAAU. some tiny en_us.lang changes. make ORB_B exist again

This commit is contained in:
Xonk
2023-07-21 20:18:12 -04:00
parent bdaa0a5cfd
commit 148e376105
4 changed files with 6 additions and 5 deletions

View File

@ -280,7 +280,7 @@ float EndPortalEffect(
}
float bias(){
return Texture_MipMap_Bias + (blueNoise()-0.5)*0.5;
return (Texture_MipMap_Bias + (blueNoise()-0.5)*0.5) - (1.0-RENDER_SCALE.x) * 2.0;
}
vec4 texture2D_POMSwitch(
sampler2D sampler,