#Back to bug hunting

1 messages · Page 1 of 1 (latest)

upper nacelle
#

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
round gulch
#

the Normalize() functions currently do not return anything, but it could be done to allow more one-liner goodness