mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
[BotW] Fixed Pro+ pack stamina glitch
This commit is contained in:
parent
290e770755
commit
e8c6fda638
@ -985,7 +985,9 @@ if ((uf_uniformRegisterVS[5].w == 1134559232 ||
|
||||
) {
|
||||
gl_Position.y -= 9000.0;
|
||||
}
|
||||
if (isCurrentSizeEqualTo(vec2(80, 80)) && uf_uniformRegisterVS[4].x == 1060320051) {
|
||||
if (isCurrentSizeEqualTo(vec2(80, 80)) &&
|
||||
(uf_uniformRegisterVS[4].x == 1060320051 ||
|
||||
uf_uniformRegisterVS[4].x == 1060320050)) {
|
||||
//some hearts, stamina fade, but also glowing powers in inventory
|
||||
gl_Position.y -= 9000.0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user