g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.74k stars 292 forks source link

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

Closed leylandski closed 2 years ago

leylandski commented 2 years ago

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.

danaugrs commented 2 years ago

Thanks!