提交 49e7dbdc 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10451 from Jozain/extra-three

removed mistaken THREE from recent revert
......@@ -44,7 +44,7 @@ Object.assign( ImageLoader.prototype, {
image.addEventListener( 'load', function () {
THREE.Cache.add( url, this );
Cache.add( url, this );
if ( onLoad ) onLoad( this );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册