Преглед изворни кода

Merge pull request #5883 from xswordsx/patch-1

`loadTextureCube` takes into account `onError`
Mr.doob пре 11 година
родитељ
комит
aaca1f7017
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/extras/ImageUtils.js

+ 1 - 1
src/extras/ImageUtils.js

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