Mugen87 hace 7 años
padre
commit
f840c097f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/worker/offscreenCanvas.js

+ 1 - 1
examples/worker/offscreenCanvas.js

@@ -18,7 +18,7 @@ function init( offscreen, width, height, pixelRatio ) {
 
 
 	clock = new THREE.Clock();
 	clock = new THREE.Clock();
 
 
-	// we don't use ImageLoader since it has a DOM dependecy (HTML5 image element)
+	// we don't use ImageLoader since it has a DOM dependency (HTML5 image element)
 
 
 	var loader = new THREE.ImageBitmapLoader();
 	var loader = new THREE.ImageBitmapLoader();