summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-12 09:27:47 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-12 09:27:47 -0600
commite66d9988a638c94a529f13a9c893181c939eb7da (patch)
tree472a83a039e41803e1c1825efbf2bbcafbad008d /modules
parent47e7fb4406a1816a7a5b68602dd03174d31590aa (diff)
parentb8f78b14be5e61858c33a572159e074c3755f4c9 (diff)
downloadredot-engine-e66d9988a638c94a529f13a9c893181c939eb7da.tar.gz
Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'modules')
-rw-r--r--modules/noise/doc_classes/FastNoiseLite.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/noise/doc_classes/FastNoiseLite.xml b/modules/noise/doc_classes/FastNoiseLite.xml
index 6f6a637893..e29581693b 100644
--- a/modules/noise/doc_classes/FastNoiseLite.xml
+++ b/modules/noise/doc_classes/FastNoiseLite.xml
@@ -118,7 +118,7 @@
Manhattan distance (taxicab metric) to the nearest point.
</constant>
<constant name="DISTANCE_HYBRID" value="3" enum="CellularDistanceFunction">
- Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries
+ Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries.
</constant>
<constant name="RETURN_CELL_VALUE" value="0" enum="CellularReturnType">
The cellular distance function will return the same value for all points within a cell.