Skip to content

Commit fc29bc0

Browse files
committed
2026-05-14 21:06:18
1 parent 984c753 commit fc29bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ impl Ticker for Gpu {
998998
self.stat.data &= !0x03;
999999
self.sigh.set();
10001000
self.sigq_update();
1001-
// Render scanline
1001+
// Render scanline.
10021002
if self.glo.borrow().term == Term::CGB || self.lcdc.bit0() {
10031003
self.draw_bg();
10041004
}

0 commit comments

Comments
 (0)