Skip to content

Commit

Permalink
Parser DCE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Sep 26, 2017
1 parent 3bace0e commit 06e787b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion away3d/loaders/parsers/ParserBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import openfl.Vector;
* @see away3d.loading.parsers.AssetLoader
* @see away3d.loading.ResourceManager
*/
class ParserBase extends EventDispatcher
@:keepSub class ParserBase extends EventDispatcher
{
@:allow(away3d) private var _fileName:String;
private var _dataFormat:String;
Expand Down

0 comments on commit 06e787b

Please sign in to comment.