diff --git a/orx-jumpflood/src/demo/kotlin/DemoShapeSDF04.kt b/orx-jumpflood/src/demo/kotlin/DemoShapeSDF04.kt index 5f106b00..a35f8c6c 100644 --- a/orx-jumpflood/src/demo/kotlin/DemoShapeSDF04.kt +++ b/orx-jumpflood/src/demo/kotlin/DemoShapeSDF04.kt @@ -1,5 +1,3 @@ -package sketches - import org.openrndr.application import org.openrndr.color.ColorRGBa import org.openrndr.draw.ColorFormat diff --git a/orx-jumpflood/src/demo/kotlin/DemoShapeSDF05.kt b/orx-jumpflood/src/demo/kotlin/DemoShapeSDF05.kt index 78d9f6cc..fd348837 100644 --- a/orx-jumpflood/src/demo/kotlin/DemoShapeSDF05.kt +++ b/orx-jumpflood/src/demo/kotlin/DemoShapeSDF05.kt @@ -54,9 +54,6 @@ fun main() { } } - extend(ScreenRecorder()) { - frameRate = 60 - } extend(gui) extend { drawer.background(ColorRGBa.PINK)