atomicptr / openfl-tiled

openfl-tiled is a library which gives OpenFL developers the ability to use the TILED map editor.
Other
45 stars 21 forks source link

improve createBitmapData performance #29

Closed atomicptr closed 10 years ago

atomicptr commented 10 years ago

At the moment the createBitmapData method creates a new BitmapData which has the same size as the tilemap, this is obviously VERY bad in terms of performance. I'll need to make this method smarter ;).

atomicptr commented 10 years ago

I'll drop the createBitmapData entirely, related to #4