Skip to content

Commit

Permalink
Defaulted crossOrigin to anonymous.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cormack committed Jul 24, 2018
1 parent 2b1b0a8 commit b110ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/js/loaders/BOMLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
THREE.BOMLoader = function ( manager ) {

this.manager = ( manager !== undefined ) ? manager : THREE.DefaultLoadingManager;
this.crossOrigin = 'anonymous';

};

Expand Down
Loading

0 comments on commit b110ca9

Please # to comment.