Satishpethani92 / haxeair3

Automatically exported from code.google.com/p/haxeair3
0 stars 0 forks source link

DisplayObject.filters should be Array<BitmapFilter> not Array<Dynamic> #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To fix - change line 10 of flash\display\DisplayObject.hx

from:
var filters : Array<Dynamic>;
to:
var filters : Array<flash.filters.BitmapFilter>;

Updated DisplayObject.hx attached.

Original issue reported on code.google.com by mikedota...@googlemail.com on 25 Oct 2012 at 4:31

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r7.

Original comment by adn...@gmail.com on 29 Dec 2012 at 12:17