Closed marcusround closed 3 years ago
I encountered unexpected behaviour when passing dynamic values to the scale parameter of vec2.random.
scale
vec2.random
calling random(vec, 0) should return a vector of length 0, not 1.
random(vec, 0)
0
1
Thank you! I definitely prefer this over the previous behavior
I encountered unexpected behaviour when passing dynamic values to the
scale
parameter ofvec2.random
.calling
random(vec, 0)
should return a vector of length0
, not1
.