Skip to content

Commit

Permalink
update vision circles when radius is changed (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernikr authored Dec 9, 2022
1 parent a138039 commit 9838563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/opt.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const opt = (() => {

select(`[data-show=accuracy]`).textContent = Math.floor(data.accuracy);
return;
}
} else if (model === "vision") g.shapeMode++;

select(`[data-show=${model}]`).textContent = data[model];
});
Expand Down

1 comment on commit 9838563

@vercel
Copy link

@vercel vercel bot commented on 9838563 Dec 9, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

boids – ./

boids-dun.vercel.app
boids-git-main-cubed.vercel.app
boids-cubed.vercel.app

Please sign in to comment.