1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 17:54:52 +02:00
This commit is contained in:
Pomax
2020-09-11 18:06:55 -07:00
parent a9d0b9bb10
commit a626c2c8cb
13 changed files with 20 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ draw() {
drawHighlight() {
let c = screenToWorld({
x: map(this.position, 0, 1, -10, this.width + 10),
x: map(this.position, -0.1, 1.1, 0, this.width),
y: this.height/2
});