This commit is contained in:
Ladd 2025-12-27 22:27:52 -06:00
parent 7796b96226
commit a290c1bd4c

View File

@ -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;
}
}
}