#Back to bug hunting
1 messages · Page 1 of 1 (latest)
the Normalize() functions currently do not return anything, but it could be done to allow more one-liner goodness
1 messages · Page 1 of 1 (latest)
say I have a number3 x.
local y = x:Copy():Normalize()``` logically should work right? But it doesn't, and returns nil.
```lua
local y = x:Copy()
x:Normalize() ```
works as expected
the Normalize() functions currently do not return anything, but it could be done to allow more one-liner goodness