Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Aug 23, 2019
1 parent 6952abd commit bfb1c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_loader_gltf_extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@

loader = new GLTFLoader();

var dracoLoader = new THREE.DRACOLoader();
var dracoLoader = new DRACOLoader();
dracoLoader.setDecoderPath( 'js/libs/draco/gltf/' )
loader.setDRACOLoader( dracoLoader );

Expand Down

0 comments on commit bfb1c3d

Please sign in to comment.