Skip to content

Commit

Permalink
remove orbit controls
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Aug 2, 2023
1 parent 12ecc3e commit c30e969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/retro-gaming/src/Scene/Scene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export function Scene() {

<Camera target={gbRef} />

<OrbitControls />
{window.location.hash.includes("debug") && (
<>
<OrbitControls />
<StatsGl />
</>
)}
Expand Down

1 comment on commit c30e969

@vercel
Copy link

@vercel vercel bot commented on c30e969 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.