From 0ca4b3a7d6839c46415fa07151f7ca18c423c26b Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 28 Apr 2020 16:47:36 +0200 Subject: [PATCH] Fix DemoShapeSDF04 and DemoShapeSDF05 --- orx-jumpflood/src/demo/kotlin/DemoShapeSDF04.kt | 2 -- orx-jumpflood/src/demo/kotlin/DemoShapeSDF05.kt | 3 --- 2 files changed, 5 deletions(-) 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)