Skip to content

Commit

Permalink
fix: current time
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Oct 30, 2023
1 parent 19eac8d commit 920ca8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ 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 920ca8a

Please sign in to comment.