gl-draw 0.15.0-beta.36 → 0.15.0-beta.37
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.
- package/dist/index.module2.js +1 -1
- package/dist/index2.js +1 -1
- package/package.json +1 -1
package/dist/index.module2.js
CHANGED
|
@@ -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
|
|
602
|
+
float actualWidth = lineWidth * width;
|
|
603
603
|
|
|
604
604
|
vec2 dir;
|
|
605
605
|
if(nextScreen == currentScreen) {
|
package/dist/index2.js
CHANGED