We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032c042 commit 73b1336Copy full SHA for 73b1336
src/webgl/p5.RendererGL.js
@@ -634,8 +634,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
634
}
635
};
636
637
- this.pointSize = 5.0; //default point size
638
- this.curStrokeWeight = 1;
+ this.pointSize = this.curStrokeWeight;
639
this.curStrokeCap = constants.ROUND;
640
this.curStrokeJoin = constants.ROUND;
641
0 commit comments