sunag 8 years ago
parent
commit
3674113f0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_sprites_nodes.html

+ 1 - 1
examples/webgl_sprites_nodes.html

@@ -138,7 +138,7 @@
 			plane = new THREE.PlaneBufferGeometry( 1, 1 );
 
 			// https://openclipart.org/detail/239883/walking-man-sprite-sheet
-			var walkingManTexture = new THREE.TextureLoader().load( "./textures/WalkingManSpriteSheet.png" );
+			var walkingManTexture = new THREE.TextureLoader().load( "textures/WalkingManSpriteSheet.png" );
 			walkingManTexture.wrapS = walkingManTexture.wrapT = THREE.RepeatWrapping;
 
 			// horizontal sprite-sheet animator