Skip to content

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Aug 23, 2023
1 parent d327bd5 commit df42cf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion joukowsky-airfoil/bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/src/joukowsky-airfoil/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,6 @@ function run (regl) {
.call(d3.axisLeft(scales.y));
}

const pixelRatio = regl._gl.canvas.width / regl._gl.canvas.offsetWidth;

function onResize () {
const {innerWidth: w, innerHeight: h} = window;
scales.x.range([margin.l, w - margin.r]);
Expand Down

0 comments on commit df42cf2

Please sign in to comment.