mirror of https://github.com/adamdruppe/arsd.git
clear broke with the config thing oops
This commit is contained in:
parent
e027318501
commit
b51bc11c66
|
@ -6436,7 +6436,7 @@ struct ScreenPainter {
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
void clear(Color color = Color.black()) {
|
void clear(Color color = Color.white()) {
|
||||||
if(impl is null) return;
|
if(impl is null) return;
|
||||||
fillColor = color;
|
fillColor = color;
|
||||||
outlineColor = color;
|
outlineColor = color;
|
||||||
|
|
Loading…
Reference in New Issue