Skip to content

Commit

Permalink
Goddamnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Sep 26, 2024
1 parent b71c2aa commit 34bda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sequencer-crosshair/CrosshairsPlaceable.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class CrosshairsPlaceable extends MeasuredTemplate {
});
}

getSnappedPoint(point, mode = this.crosshair.snap.position) {
#getSnappedPoint(point, mode = this.crosshair.snap.position) {
return canvas.grid.getSnappedPoint(point, { mode, resolution: 1 });
}

Expand Down

0 comments on commit 34bda4d

Please sign in to comment.