Skip to content

Commit

Permalink
Minor clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Oct 5, 2014
1 parent 67251e6 commit 4b086ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc_controls_deviceorientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
geometry.applyMatrix( new THREE.Matrix4().makeScale( -1, 1, 1 ) );

var material = new THREE.MeshBasicMaterial( {
map: THREE.ImageUtils.loadTexture( 'textures/2294472375_24a3b8ef46_o.jpg' )
map: THREE.ImageUtils.loadTexture( 'textures/2294472375_24a3b8ef46_o.jpg' )
} );

var mesh = new THREE.Mesh( geometry, material );
Expand Down

0 comments on commit 4b086ef

Please sign in to comment.