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

Merge pull request #10224 from takahirox/FixWebGLDeferredRenderer

Fix a function name in WebGLDeferredRenderer
...@@ -663,7 +663,7 @@ THREE.WebGLDeferredRenderer = function ( parameters ) { ...@@ -663,7 +663,7 @@ THREE.WebGLDeferredRenderer = function ( parameters ) {
return getMaterialFromCacheOrCreate( return getMaterialFromCacheOrCreate(
originalMaterial, originalMaterial,
_invisibleMultiMaterialsCache, _invisibleMultiMaterialsCache,
createInvisibleMultiMaterial createInvisibleMaterial
); );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册