提交 57b94936 编写于 作者: M Mr.doob

Material.setValues returns if values is undefined. Thanks @gero3.

上级 7dd16ee3
......@@ -39,7 +39,7 @@ THREE.Material = function () {
THREE.Material.prototype.setValues = function ( values ) {
if ( values === undefined ) values = {};
if ( values === undefined ) return;
for ( var key in values ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册