Skip to content

Commit

Permalink
Improve float color renderer toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Dec 27, 2024
1 parent 94a8846 commit afde44d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulator/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,6 @@ async function startApp() {
localStorage.rayOpticsUseFloatColorRenderer = this.checked ? "on" : "off";
//useFloatColorRenderer = this.checked;
alert(i18next.t('simulator:common.reloadToTakeEffect'));

editor.onActionComplete();
};
document.getElementById('float_color_renderer_mobile').onclick = document.getElementById('float_color_renderer').onclick;

Expand Down

0 comments on commit afde44d

Please sign in to comment.