From 6a8c9c576429363ea489c030ce15abdf9604e209 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 10 Jul 2022 00:38:13 -0400 Subject: [PATCH] Update bramble scale description --- NewHorizons/External/Modules/BrambleModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/BrambleModule.cs b/NewHorizons/External/Modules/BrambleModule.cs index 71fbb1ed..61b6d272 100644 --- a/NewHorizons/External/Modules/BrambleModule.cs +++ b/NewHorizons/External/Modules/BrambleModule.cs @@ -53,7 +53,7 @@ namespace NewHorizons.External.Modules public MVector3 rotation; /// - /// The physical scale of the node + /// The physical scale of the node, as a multiplier of the original size /// [DefaultValue(1f)] public float scale = 1f;