Skip to content

Commit

Permalink
Deploying to gh-pages from @ d235cb6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Oct 18, 2024
1 parent f38e93c commit 79485de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/particles/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit 79485de

Please sign in to comment.