Skip to content

Commit

Permalink
I have no idea why this would fix it but it's worth a shot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr01ler committed Feb 13, 2025
1 parent 93befe4 commit f5ece95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/forms/FieldPositionSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function FieldPositionSelector({

useEffect(() => {
callback("AutoStart", { x: mx ?? 0, y: my ?? 0, angle: a ?? 0 });
}, [mx, my, a, ax, ay, callback.name]);
}, [mx, my, a, ax, ay, callback]);

const setup = (p5: p5Types, canvasParentRef: Element) => {
bg = p5.loadImage(
Expand Down

0 comments on commit f5ece95

Please sign in to comment.