From 87d3a14cb433c499014ff810191fe83673dc69e2 Mon Sep 17 00:00:00 2001 From: Rozelette Date: Fri, 1 Mar 2024 17:15:24 -0600 Subject: [PATCH] Fix light blinking in clocktown (#9) --- src/graphic/Fast3D/gfx_pc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphic/Fast3D/gfx_pc.cpp b/src/graphic/Fast3D/gfx_pc.cpp index 1951faf5f..b69ad4474 100644 --- a/src/graphic/Fast3D/gfx_pc.cpp +++ b/src/graphic/Fast3D/gfx_pc.cpp @@ -1094,6 +1094,7 @@ static void gfx_sp_pop_matrix(uint32_t count) { } } } + g_rsp.lights_changed = true; } static float gfx_adjust_x_for_aspect_ratio(float x) {