gl-draw 0.15.0-beta.39 → 0.15.0-beta.40
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
|
@@ -601,7 +601,7 @@ void main() {
|
|
|
601
601
|
vec2 prevScreen = intoScreen(prevNormed);
|
|
602
602
|
vec2 nextScreen = intoScreen(nextNormed);
|
|
603
603
|
|
|
604
|
-
float actualWidth = lineWidth * width
|
|
604
|
+
float actualWidth = lineWidth * width;
|
|
605
605
|
|
|
606
606
|
vec2 dir;
|
|
607
607
|
if(nextScreen == currentScreen) {
|
package/dist/index2.js
CHANGED