提交 0ca00cc8 编写于 作者: M Mr.doob

WebGLUniforms: Fixed typo.

上级 8dcc78e3
......@@ -582,7 +582,7 @@ WebGLUniforms.evalDynamic = function( seq, values, object, material, camera ) {
var v = values[ seq[ i ].id ],
f = v.onUpdateCallback;
if ( f !== undefined ) f.call( v, object, material camera );
if ( f !== undefined ) f.call( v, object, material, camera );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册