johnfn / Fathom

A library for writing 2D games in Haxe. It has Stage3D acceleration, automagic image reloading, and lots more.
MIT License
10 stars 0 forks source link

FancyEdges don't work generically #23

Open johnfn opened 11 years ago

johnfn commented 11 years ago

The offending line:

var empty: String = (new Color(255, 255, 255)).toString();