From 79485ded481e57610c977b94937f9764f84fd6ff Mon Sep 17 00:00:00 2001 From: beaufortfrancois Date: Fri, 18 Oct 2024 09:57:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d235c?= =?UTF-8?q?b694ee0b9cfe51ac82b73b9171681cacceb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/particles/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/particles/main.ts b/sample/particles/main.ts index 2af352e1..afe308ae 100644 --- a/sample/particles/main.ts +++ b/sample/particles/main.ts @@ -355,7 +355,7 @@ function getHdrFolderName() { } if ( simulationParams.toneMappingMode === 'extended' && - context.getConfiguration().toneMapping?.mode !== 'extended' + context.getConfiguration().toneMapping.mode !== 'extended' ) { return "HDR settings ⚠️ Browser doesn't support HDR canvas"; }