Skip to content

Commit

Permalink
Revert "fix: current time"
Browse files Browse the repository at this point in the history
This reverts commit 920ca8a.
  • Loading branch information
xpadev-net committed Nov 2, 2023
1 parent cd86fd5 commit 9293d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class Niwango {
}

public draw(vpos: number, clear = true) {
setCurrentTime(vpos);
if (this.lastVpos === vpos) return false;
this.execute(vpos);
this._draw(clear);
Expand Down

0 comments on commit 9293d89

Please sign in to comment.