g3n / engine

Go 3D Game Engine (http://g3n.rocks)

Home Page:https://discord.gg/NfaeVr8zDg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

leylandski opened this issue · 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!