mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[BotW] Fix shader error in HUD pack
This commit is contained in:
parent
a7aaa6d07d
commit
3587234282
@ -106,7 +106,7 @@ R2i.w = floatBitsToInt((mul_nonIEEE(intBitsToFloat(R127i.x),intBitsToFloat(uf_re
|
||||
|
||||
// export
|
||||
#if ($hideStamina == 1)
|
||||
R2i.xyzw = vec4(0.0);
|
||||
R2i.xyzw = ivec4(0.0);
|
||||
#endif
|
||||
passPixelColor0 = vec4(intBitsToFloat(R2i.x), intBitsToFloat(R2i.y), intBitsToFloat(R2i.z), intBitsToFloat(R2i.w));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user