fixup
This commit is contained in:
parent
7796b96226
commit
a290c1bd4c
@ -170,8 +170,7 @@ export class Pointer {
|
|||||||
|
|
||||||
} else if (this.sim.isCurrentMode(MODE_PAN_VIEW)) {
|
} else if (this.sim.isCurrentMode(MODE_PAN_VIEW)) {
|
||||||
if (this.panning?.gathering) {
|
if (this.panning?.gathering) {
|
||||||
this.panning.velocity.x = v.x;
|
this.panning.velocity = v;
|
||||||
this.panning.velocity.y = v.x;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user