missed one

This commit is contained in:
starfrost013
2025-06-16 23:25:27 +01:00
parent a925076a7a
commit a530f9365b

View File

@@ -213,7 +213,7 @@ mda_poll(void *priv)
// gray is black // gray is black
if (color_fg == 7 if (color_fg == 7
&& color_bg == 7) && (color_bg == 7 || color_bg == 0))
color_fg = 0; color_fg = 0;
} }