mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Fixed "fix" in #4397
This commit is contained in:
parent
b94aba0301
commit
68020fa7d4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user