background() deprecated, replace with clear() (#101)
This commit is contained in:
@@ -39,7 +39,7 @@ fun main() {
|
||||
}
|
||||
}
|
||||
extend {
|
||||
drawer.background(ColorRGBa.PINK)
|
||||
drawer.clear(ColorRGBa.PINK)
|
||||
|
||||
fd.apply(emptyArray(), uvmap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user