Fixed "fix" in #4397
This commit is contained in:
@@ -1579,7 +1579,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 number in range [0, value).
|
||||
lenum.log = Natural logarithm (ln).
|
||||
lenum.log10 = Base 10 logarithm.
|
||||
lenum.noise = 2D simplex noise.
|
||||
|
||||
Reference in New Issue
Block a user