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

Merge pull request #11752 from zrgs/dev

Fix for potential missing update of current blending mode variable in…
......@@ -599,7 +599,6 @@ function WebGLState( gl, extensions, paramThreeToGL ) {
}
currentBlending = blending;
currentPremultipledAlpha = premultipliedAlpha;
}
......@@ -641,6 +640,8 @@ function WebGLState( gl, extensions, paramThreeToGL ) {
}
currentBlending = blending;
}
function setMaterial( material ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册