未验证 提交 1b895aa0 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14289 from 06wj/patch0

Fix pushSprite typo
......@@ -32,9 +32,9 @@ function WebGLRenderState() {
}
function pushSprite( shadowLight ) {
function pushSprite( sprite ) {
spritesArray.push( shadowLight );
spritesArray.push( sprite );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册