From e0041bf1535f67d618b06558022da4330e5533d7 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sat, 18 Mar 2023 21:25:47 +0100 Subject: [PATCH] [orx-gui] Fix path to image in DemoPath01 --- orx-jvm/orx-gui/src/demo/kotlin/DemoPath01.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-jvm/orx-gui/src/demo/kotlin/DemoPath01.kt b/orx-jvm/orx-gui/src/demo/kotlin/DemoPath01.kt index 0be17a89..3f54dc94 100644 --- a/orx-jvm/orx-gui/src/demo/kotlin/DemoPath01.kt +++ b/orx-jvm/orx-gui/src/demo/kotlin/DemoPath01.kt @@ -12,7 +12,7 @@ fun main() { val settings = @Description("Settings") object { @PathParameter("image", extensions = ["jpg", "png"], order = 10) - var imagePath = "demo-data/image-001.png" + var imagePath = "demo-data/images/image-001.png" val image by watchingImagePath(::imagePath) { it