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)) {
|
||||
if (this.panning?.gathering) {
|
||||
this.panning.velocity.x = v.x;
|
||||
this.panning.velocity.y = v.x;
|
||||
this.panning.velocity = v;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user