background() deprecated, replace with clear() (#101)

This commit is contained in:
Abe Pazos
2020-05-16 18:00:39 +02:00
committed by GitHub
parent 7c9c87ea3f
commit b6065b7198
28 changed files with 43 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ class AxisHelper(var size: Int = 80) : Extension {
drawer.defaults()
drawer.ortho(fbo)
drawer.background(ColorRGBa.TRANSPARENT)
drawer.clear(ColorRGBa.TRANSPARENT)
drawer.stroke = null
drawer.fill = ColorRGBa.PINK.opacify(0.7)
drawer.circle(axisLength, axisLength, axisLength)