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 Feb 26, 2024
1 parent 09c28bd commit d0c6a15
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 d0c6a15

Please sign in to comment.