Skip to content

Commit

Permalink
Fix typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Jul 12, 2024
1 parent ba387d7 commit 6b26a76
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 @@ -318,7 +318,7 @@ let numMipLevels = 1;
const simulationParams = {
simulate: true,
deltaTime: 0.04,
toneMappingMode: 'standard',
toneMappingMode: 'standard' as GPUCanvasToneMappingMode,
brightnessFactor: 1.0,
};

Expand Down

0 comments on commit 6b26a76

Please sign in to comment.