From b51bc11c66405b51249cc02cdef04a7426e8e595 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 19 Oct 2019 08:03:59 -0400 Subject: [PATCH] clear broke with the config thing oops --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 2d9592e..1dc5700 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -6436,7 +6436,7 @@ struct ScreenPainter { } /// - void clear(Color color = Color.black()) { + void clear(Color color = Color.white()) { if(impl is null) return; fillColor = color; outlineColor = color;