From 221817fc16fa766181d30eadf0979b4fcd4689e8 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Fri, 20 Dec 2024 12:51:56 +0100 Subject: [PATCH] fix: some node --- nodes/max/plantarium/gravity/src/input.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/max/plantarium/gravity/src/input.json b/nodes/max/plantarium/gravity/src/input.json index df3b2a2..d731bf0 100644 --- a/nodes/max/plantarium/gravity/src/input.json +++ b/nodes/max/plantarium/gravity/src/input.json @@ -18,14 +18,14 @@ "hidden": true, "min": 0, "max": 1, - "value": 0.5, + "value": 0.5 }, "depth": { "type": "integer", "min": 1, "max": 10, "hidden": true, - "value": 1, + "value": 1 } } }