From 8472a317ebfc868af923a0aea36aa49744756eaf Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 22 Nov 2021 10:40:16 +0100 Subject: [PATCH] Updated --- source/resource/animations/actor_animation.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index 392cd5f8..92bbdf32 100644 --- a/source/resource/animations/actor_animation.json +++ b/source/resource/animations/actor_animation.json @@ -214,10 +214,7 @@ "title": "Timeline Object", "description": "A single point in time", "oneOf": [ - { - "$ref": "../../molang/number.json", - "description": "Uniform rotation" - }, + { "$ref": "../../molang/number.json", "description": "Uniform rotation" }, { "type": "array", "description": "UNDOCUMENTED",