提交 c1c13c4c 编写于 作者: T tschw

Let WebGLProgram skip redundant warning on error.

上级 c4d8ca62
......@@ -389,7 +389,7 @@ THREE.WebGLProgram = ( function () {
}
if ( programLogInfo !== '' ) {
else if ( programLogInfo !== '' ) {
console.warn( 'THREE.WebGLProgram: gl.getProgramInfoLog()', programLogInfo );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册