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

Loader: Only us DbgColor as color when undefined. Fixes #7401.

上级 7352e15f
...@@ -126,7 +126,7 @@ THREE.Loader.prototype = { ...@@ -126,7 +126,7 @@ THREE.Loader.prototype = {
switch ( name ) { switch ( name ) {
case 'DbgColor': case 'DbgColor':
json.color = value; if ( json.color === undefined ) json.color = value;
break; break;
case 'DbgIndex': case 'DbgIndex':
case 'opticalDensity': case 'opticalDensity':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册