Skip to content

Commit

Permalink
Update drawCanvas.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronge-2020 committed Jan 9, 2024
1 parent cbc4f32 commit 7d7bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function drawCoresOnCanvasForTravelingAlgorithm() {
let isDraggingTempCore = false;

img.onload = () => {
canvas.height = img.height;
// canvas.height = img.height;

imageNeedsUpdate = false;
drawCores();
Expand Down

0 comments on commit 7d7bcc3

Please sign in to comment.