mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
[BotW] Fix shader error in HUD pack
This commit is contained in:
parent
a7aaa6d07d
commit
3587234282
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue