Some block drops

This commit is contained in:
2026-03-15 13:52:45 -03:00
parent 42f5536580
commit 3ba45e4a2e
12 changed files with 63 additions and 24 deletions
+6
View File
@@ -19,6 +19,12 @@ export class ClientLoop {
}
start() {
document.addEventListener("visibilitychange", () => {
if (!document.hidden) {
this.last_time = performance.now();
}
});
this.running = true;
const now = performance.now();
this.last_time = now;