g3n/engine

math32.Color4.Set uses the blue component to set alpha

leylandski opened this issue · 1 comments

As the title suggests, the Set function uses the b parameter for both blue and alpha, the a param is unused.

Opened #271 to correct it.

Thanks!