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;