Skip to content

Commit

Permalink
More description for frameFailed event
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jul 3, 2018
1 parent a9d2be7 commit e1fddc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Scene/TimeDynamicPointCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ define([
this.style = options.style;

/**
* The event fired to indicate that a frame failed to load.
* The event fired to indicate that a frame failed to load. A frame may fail to load if the
* request for its uri fails or processing fails due to invalid content.
* <p>
* If there are no event listeners, error messages will be logged to the console.
* </p>
Expand Down

0 comments on commit e1fddc0

Please sign in to comment.