Fixed conflict.

This commit is contained in:
Sebastian Kupke 2019-09-19 13:41:50 +02:00
parent 5407f66aae
commit efbdffc6fc
1 changed files with 1 additions and 1 deletions

2
dist/iwmlib.pixi.js vendored
View File

@ -14604,7 +14604,7 @@
}
tiltToLineWidth(value) {
return 16 // Math.round(Math.abs(value / 10) + 1)
return Math.round(Math.abs(value / 10) + 1)
}
drawStroke(stroke) {