From 3cee545e49cab1317a393f5f6a7263bfca24a28e Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Thu, 24 Jun 2021 15:17:55 +0200 Subject: [PATCH] Fix ChataigneOSCDemo --- orx-jvm/orx-chataigne/src/demo/kotlin/ChataigneOSCDemo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-jvm/orx-chataigne/src/demo/kotlin/ChataigneOSCDemo.kt b/orx-jvm/orx-chataigne/src/demo/kotlin/ChataigneOSCDemo.kt index 82c36c08..6e90471d 100644 --- a/orx-jvm/orx-chataigne/src/demo/kotlin/ChataigneOSCDemo.kt +++ b/orx-jvm/orx-chataigne/src/demo/kotlin/ChataigneOSCDemo.kt @@ -2,7 +2,7 @@ import org.openrndr.application import org.openrndr.color.ColorRGBa import org.openrndr.extra.osc.OSC -fun main() = application { +suspend fun main() = application { configure { width = 500