Fix DemoShapeSDF04 and DemoShapeSDF05

This commit is contained in:
Edwin Jakobs
2020-04-28 16:47:36 +02:00
parent 3ac92465e0
commit 0ca4b3a7d6
2 changed files with 0 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
package sketches
import org.openrndr.application import org.openrndr.application
import org.openrndr.color.ColorRGBa import org.openrndr.color.ColorRGBa
import org.openrndr.draw.ColorFormat import org.openrndr.draw.ColorFormat

View File

@@ -54,9 +54,6 @@ fun main() {
} }
} }
extend(ScreenRecorder()) {
frameRate = 60
}
extend(gui) extend(gui)
extend { extend {
drawer.background(ColorRGBa.PINK) drawer.background(ColorRGBa.PINK)