From 27021266cfd26ec325f0bd3e350ed22738d92ba7 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Thu, 21 Jul 2022 01:53:33 -0400 Subject: [PATCH] I don't know english --- NewHorizons/External/Modules/ReferenceFrameModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/ReferenceFrameModule.cs b/NewHorizons/External/Modules/ReferenceFrameModule.cs index ea744d14..12254866 100644 --- a/NewHorizons/External/Modules/ReferenceFrameModule.cs +++ b/NewHorizons/External/Modules/ReferenceFrameModule.cs @@ -41,7 +41,7 @@ namespace NewHorizons.External.Modules public float targetColliderRadius; /// - /// Position that the reference frame relative to the object. + /// Position of the reference frame relative to the object. /// public MVector3 localPosition; }