提交 e6eb5415 编写于 作者: T tschw

Editor: Fixed lightmap toggle.

上级 b7818a43
......@@ -551,7 +551,7 @@ Sidebar.Material = function ( editor ) {
if ( objectHasUvs ) {
material.lightMap = specularMapEnabled ? materialLightMap.getValue() : null;
material.lightMap = lightMapEnabled ? materialLightMap.getValue() : null;
material.needsUpdate = true;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册