From 920ca8abf684a00e2ffefa07a8838e117b6f1447 Mon Sep 17 00:00:00 2001 From: xpadev Date: Mon, 30 Oct 2023 14:43:48 +0900 Subject: [PATCH] fix: current time --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index dfe75fb8..1c17541e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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);