diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
commit | e66d9988a638c94a529f13a9c893181c939eb7da (patch) | |
tree | 472a83a039e41803e1c1825efbf2bbcafbad008d /modules | |
parent | 47e7fb4406a1816a7a5b68602dd03174d31590aa (diff) | |
parent | b8f78b14be5e61858c33a572159e074c3755f4c9 (diff) | |
download | redot-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.xml | 2 |
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. |