Update src/game/object_helpers.c

Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
Arceveti
2021-12-17 10:35:52 -08:00
committed by GitHub
parent 552b765ed0
commit a2faba2a93

View File

@@ -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;
}