From 9870f98d6656bd2bc0d4fa962b2b106ce47489b3 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sun, 13 Oct 2019 09:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=8A=E7=90=83=E5=85=89?= =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E5=99=A8bug=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/src/editor/menu/LightMenu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.Web/src/editor/menu/LightMenu.jsx b/ShadowEditor.Web/src/editor/menu/LightMenu.jsx index cae09b13..d43d8e76 100644 --- a/ShadowEditor.Web/src/editor/menu/LightMenu.jsx +++ b/ShadowEditor.Web/src/editor/menu/LightMenu.jsx @@ -174,7 +174,7 @@ class LightMenu extends React.Component { return; } - selected.add(new HemisphereLightHelper(selected.skyColor, selected.groundColor)); + selected.add(new HemisphereLightHelper(selected.color, selected.groundColor)); app.call('sceneGraphChanged', this); } }