Fix demos
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import org.openrndr.applicationSynchronous
|
||||
import org.openrndr.application
|
||||
import org.openrndr.extensions.SingleScreenshot
|
||||
import org.openrndr.extra.temporalblur.TemporalBlur
|
||||
import org.openrndr.math.Polar
|
||||
|
||||
fun main() = applicationSynchronous {
|
||||
fun main() = application {
|
||||
program {
|
||||
if (System.getProperty("takeScreenshot") == "true") {
|
||||
extend(SingleScreenshot()) {
|
||||
|
||||
Reference in New Issue
Block a user