Skip to content

Commit

Permalink
Update src/Experience.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Aug 7, 2023
1 parent b6dd458 commit f23d5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Experience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ const Experience = () => {
<group>
<Suspense fallback={<Fallback />}>
<Confetti isExploding={isExploding} amount={200} rate={2} areaWidth={5} areaHeight={3} fallingHeight={6} />
<Physics debug={debugPhysics}>
<Physics>
<Center>
<Level />
</Center>
</Physics>
<Zoom />
</Suspense>
</group>
</PresentationControls>
Expand Down

0 comments on commit f23d5dd

Please sign in to comment.