修复半球光帮助器bug。

This commit is contained in:
tengge1 2019-10-13 09:43:44 +08:00
parent 3a55de5b34
commit 9870f98d66

View File

@ -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);
}
}