Minor bridge linking fix

This commit is contained in:
Anuken
2021-02-21 20:07:20 -05:00
parent e6787c5146
commit 9e8a2b8296
5 changed files with 18 additions and 12 deletions

View File

@@ -1585,7 +1585,7 @@ lenum.sin = Sine, in degrees.
lenum.cos = Cosine, in degrees.
lenum.tan = Tangent, in degrees.
#not a typo, look up 'range notation'
lenum.rand = Random number in range [0, value).
lenum.rand = Random decimal in range [0, value).
lenum.log = Natural logarithm (ln).
lenum.log10 = Base 10 logarithm.
lenum.noise = 2D simplex noise.