FlixelCommunity / flixel

Community fork of Adam “Atomic” Saltsman's popular game engine Flixel. Distilled from a variety of Flash games he worked on over the last couple years, including Gravity Hook, Fathom and Canabalt, its primary function is to provide some useful base classes that you can extend to make your own game objects.
http://flixelcommunity.org/
Other
84 stars 17 forks source link

Fix FlxSprite.drawLine() incorrect behavior when full transparency set in color #173

Closed Dovyski closed 11 years ago

Dovyski commented 11 years ago

Fixes #170.

IQAndreas commented 11 years ago

The code looks good to me, and although I have not tested it, I don't see any surrounding code that could be affected by this change.

I am going to go ahead and merge it.