clear broke with the config thing oops

This commit is contained in:
Adam D. Ruppe 2019-10-19 08:03:59 -04:00
parent e027318501
commit b51bc11c66
1 changed files with 1 additions and 1 deletions

View File

@ -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;