Browse Source

Merge pull request #5883 from xswordsx/patch-1

`loadTextureCube` takes into account `onError`
Mr.doob 10 năm trước cách đây
mục cha
commit
aaca1f7017
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/extras/ImageUtils.js

+ 1 - 1
src/extras/ImageUtils.js

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