Parcourir la source

`loadTextureCube` takes into account `onError`

Ivan Latunov il y a 10 ans
Parent
commit
062a511ef4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/extras/ImageUtils.js

+ 1 - 1
src/extras/ImageUtils.js

@@ -65,7 +65,7 @@ THREE.ImageUtils = {
 
 				}
 
-			} );
+			}, undefined, onError );
 
 		}