From 23f29e64fc19dfb67f64beb77abb6a069eb5b01e Mon Sep 17 00:00:00 2001 From: Arceveti <73617174+Arceveti@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:16:37 -0700 Subject: [PATCH] Fix burn smoke clearing G_CULL_BACK and not resetting it --- actors/burn_smoke/model.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actors/burn_smoke/model.inc.c b/actors/burn_smoke/model.inc.c index fe4f1c367..ebace0d67 100644 --- a/actors/burn_smoke/model.inc.c +++ b/actors/burn_smoke/model.inc.c @@ -24,7 +24,7 @@ const Gfx burn_smoke_seg4_dl_04022000[] = { #else gsDPSetCombineMode(G_CC_MODULATERGBA, G_CC_MODULATERGBA), #endif - gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK), + gsSPClearGeometryMode(G_LIGHTING), gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), gsSPEndDisplayList(), };