mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 13:50:00 +03:00
clear broke with the config thing oops
This commit is contained in:
parent
e027318501
commit
b51bc11c66
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue