From 8ac11eda05e7159a7f762d3396cf7bb8ee51534b Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 15 Sep 2024 17:38:02 -0700 Subject: render the spritesheet spec in the render system --- static/src/engine/debounce_publisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/src/engine/debounce_publisher.ts') diff --git a/static/src/engine/debounce_publisher.ts b/static/src/engine/debounce_publisher.ts index bc5e95f..8ee4bb0 100644 --- a/static/src/engine/debounce_publisher.ts +++ b/static/src/engine/debounce_publisher.ts @@ -5,7 +5,7 @@ export class DebouncePublisher { constructor( private readonly publisher: (data: T) => void | Promise, - private readonly debounce_ms = 150, + private readonly debounce_ms = 100, ) {} public start() { -- cgit v1.3