Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Commit

Permalink
Fixed a bug where shapes that were exported more than once came out b…
Browse files Browse the repository at this point in the history
…lack
  • Loading branch information
Oz committed Apr 24, 2011
1 parent 5ca0141 commit d89b4ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/codeazur/as3swf/data/SWFShape.as
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
}

public function export(handler:IShapeExporter = null):void {
// Reset the flag so that shapes can be exported multiple times
edgeMapsCreated = false;

// Create edge maps
createEdgeMaps();
// If no handler is passed, default to DefaultShapeExporter (does nothing)
Expand Down

0 comments on commit d89b4ed

Please sign in to comment.