From a2faba2a930d0eeba8eb2063e22f77d51282ad7a Mon Sep 17 00:00:00 2001 From: Arceveti <73617174+Arceveti@users.noreply.github.com> Date: Fri, 17 Dec 2021 10:35:52 -0800 Subject: [PATCH] Update src/game/object_helpers.c Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com> --- src/game/object_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/object_helpers.c b/src/game/object_helpers.c index 836683a64..548c8c50a 100644 --- a/src/game/object_helpers.c +++ b/src/game/object_helpers.c @@ -81,7 +81,7 @@ Gfx *geo_update_layer_transparency(s32 callContext, struct GraphNode *node, UNUS objectGraphNode->oAnimState = TRANSPARENCY_ANIM_STATE_TRANSPARENT; - if ((objectOpacity == 0x00) && segmented_to_virtual(bhvBowser) == objectGraphNode->behavior) { + if (objectOpacity == 0x00 && segmented_to_virtual(bhvBowser) == objectGraphNode->behavior) { objectGraphNode->oAnimState = BOWSER_ANIM_STATE_INVISIBLE; }