summaryrefslogtreecommitdiff
path: root/doc/classes/OrientedPathFollow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/OrientedPathFollow.xml')
-rw-r--r--doc/classes/OrientedPathFollow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OrientedPathFollow.xml b/doc/classes/OrientedPathFollow.xml
index 85d60936ad..bc6af4711b 100644
--- a/doc/classes/OrientedPathFollow.xml
+++ b/doc/classes/OrientedPathFollow.xml
@@ -4,7 +4,7 @@
Oriented point sampler for a [Path].
</brief_description>
<description>
- This node behaves like [PathFollow], except it uses its parent [Path] up vector information to enforce orientation.
+ This node behaves like [PathFollow], except it uses its parent [Path] up vector information to enforce orientation.
Make sure to check if the curve of this node's parent [Path] has up vectors enabled. See [PathFollow] and [Curve3D] for further information.
</description>
<tutorials>