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

Fix alpha assignment in Color4.Set #271

Closed leylandski closed 2 years ago

leylandski commented 2 years ago

Stop Set() using the b parameter as the alpha component

danaugrs commented 2 years ago

Thanks!