Skip to content

Commit bb00611

Browse files
committed
Fixed issue with DPI Buffer. See issue: CodingTrain/website-archive#574
1 parent 9d9fec9 commit bb00611

File tree

1 file changed

+1
-1
lines changed
  • CodingChallenges/CC_093_DoublePendulum_p5.js

1 file changed

+1
-1
lines changed

CodingChallenges/CC_093_DoublePendulum_p5.js/sketch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let buffer;
2323

2424
function setup() {
2525
createCanvas(500, 300);
26-
//Issue with wrong rendering on a retina Mac. See Issue: https://github.com/CodingTrain/website/issues/574
26+
//Issue with wrong rendering on a retina Mac. See issue: https://github.com/CodingTrain/website/issues/574
2727
pixelDensity(1);
2828
a1 = PI / 2;
2929
a2 = PI / 2;

0 commit comments

Comments
 (0)