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

`loadTextureCube` takes into account `onError`

Ivan Latunov 10 жил өмнө
parent
commit
062a511ef4

+ 1 - 1
src/extras/ImageUtils.js

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