From 43d3606dd4ccb3f4bff89d5c0b75f96ce3831dad Mon Sep 17 00:00:00 2001 From: Natalia Smirnova <> Date: Wed, 29 Nov 2023 12:31:03 -0500 Subject: [PATCH] Fix typo --- packages/lib/src/Miew.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/src/Miew.js b/packages/lib/src/Miew.js index c8fd8e9d..5e7fb4c2 100644 --- a/packages/lib/src/Miew.js +++ b/packages/lib/src/Miew.js @@ -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;