Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Smirnova committed Nov 29, 2023
1 parent 9acb819 commit 43d3606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/Miew.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const LOADER_NOT_FOUND = 'Could not find suitable loader for this source';
const PARSER_NOT_FOUND = 'Could not find suitable parser for this source';

// Color management changed a lot in threejs 152+ version.
// To store miew colors we disable the new color management system
// To keep miew colors we disable the new color management system
THREE.ColorManagement.enabled = false;

const { createElement } = utils;
Expand Down

0 comments on commit 43d3606

Please # to comment.