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 20, 2023
1 parent 6d4766e commit cee326b
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 cee326b

Please sign in to comment.