Skip to content

Commit

Permalink
Update PlayheadFractal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
blechdom authored Aug 14, 2023
1 parent 4b63f97 commit 4268169
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/PlayheadFractal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,6 @@ const PlayheadFractal: React.FC<PlayheadFractalProps> = ({fractal, cx = -0.7, cy
loop={fractalLoop}
setLoop={setFractalLoop}
/>
<PlayheadOSCControls
name={fractal}
speed={fractalSpeed}
setSpeed={setFractalSpeed}
socket={socket}
/>
</ControlRows>
<WindowZoomer name={fractal} window={fractalWindow} defaultWindow={plane}
setWindow={setFractalWindow}/>
Expand Down

0 comments on commit 4268169

Please sign in to comment.