gl-draw 0.15.0-beta.32 → 0.15.0-beta.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -599,7 +599,7 @@ void main() {
599
599
  vec2 prevScreen = intoScreen(prevNormed);
600
600
  vec2 nextScreen = intoScreen(nextNormed);
601
601
 
602
- float actualWidth = lineWidth * width *0.5;
602
+ float actualWidth = lineWidth * width *0.25;
603
603
 
604
604
  vec2 dir;
605
605
  if(nextScreen == currentScreen) {
package/dist/index2.js CHANGED
@@ -88,7 +88,7 @@ void main() {
88
88
  vec2 prevScreen = intoScreen(prevNormed);
89
89
  vec2 nextScreen = intoScreen(nextNormed);
90
90
 
91
- float actualWidth = lineWidth * width *0.5;
91
+ float actualWidth = lineWidth * width *0.25;
92
92
 
93
93
  vec2 dir;
94
94
  if(nextScreen == currentScreen) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-draw",
3
- "version": "0.15.0-beta.32",
3
+ "version": "0.15.0-beta.33",
4
4
  "author": "gitplus <hstits@gmail.com>",
5
5
  "scripts": {
6
6
  "start": "bundler-dev",