Skip to content

Commit

Permalink
fire an event on asset to indicate that downloading has ended and par…
Browse files Browse the repository at this point in the history
…sing is about to start
  • Loading branch information
pavle-goloskokovic committed May 4, 2023
1 parent 2317483 commit a8300a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/parsers/glb-container-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GlbContainerParser {
if (err) {
callback(err);
} else {
asset.fire('parse', asset);
GlbParser.parse(
this._getUrlWithoutParams(url.original),
path.extractPath(url.load),
Expand Down

0 comments on commit a8300a7

Please sign in to comment.