Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Dec 19, 2023
1 parent 88b865c commit b290a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/inspector/components/light-probe-group-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ exports.methods = {
});

if (result.response === 0) {
// 先关闭盒子模式
// Turn off the box mode first
if (this.sceneProbeBoxMode) {
await Editor.Message.request(getMessageProtocolScene(this.$this), 'toggle-light-probe-bounding-box-edit-mode', !this.sceneProbeBoxMode);
}
Expand Down

0 comments on commit b290a95

Please sign in to comment.