mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复半球光帮助器bug。
This commit is contained in:
parent
3a55de5b34
commit
9870f98d66
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user