Skip to content

Commit

Permalink
Bug fix time handling
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Jan 12, 2025
1 parent 6d7615c commit a60fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import Color from 'color'

// eslint-disable-next-line no-undef
const now = () => performance.now
const now = performance.now

export class Sink {
startPath(time, objnum, curclient, x, y, type, color, width, pressure) {
Expand Down

0 comments on commit a60fb96

Please sign in to comment.