2
0
Эх сурвалжийг харах

Merge pull request #5883 from xswordsx/patch-1

`loadTextureCube` takes into account `onError`
Mr.doob 10 жил өмнө
parent
commit
aaca1f7017

+ 1 - 1
src/extras/ImageUtils.js

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