From 1a7e1b5905be58989c68f453b9772c61479a48c1 Mon Sep 17 00:00:00 2001 From: Lucas Dower Date: Sun, 22 Jan 2023 23:27:38 +0000 Subject: [PATCH] Fixed Y and Z components of vector spinbox --- src/ui/elements/vector_spinbox.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/elements/vector_spinbox.ts b/src/ui/elements/vector_spinbox.ts index 4da8197..1aab72f 100644 --- a/src/ui/elements/vector_spinbox.ts +++ b/src/ui/elements/vector_spinbox.ts @@ -145,10 +145,10 @@ export class VectorSpinboxElement extends ConfigUIElement