Skip to content

Commit

Permalink
Fix light blinking in clocktown (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozelette authored Mar 1, 2024
1 parent 7df976d commit 87d3a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 87d3a14

Please sign in to comment.