From 5a023749ad87dbbe346c185dbe65bff44b2c0a94 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sat, 27 Dec 2025 16:45:37 +0100 Subject: [PATCH] feat(screen): remove useUpdate callback and add delta time to useRender --- app/components/Screen.vue | 14 +------------- app/components/Stats.vue | 4 +--- app/composables/useRender.ts | 6 +++++- app/composables/useUpdate.ts | 18 ------------------ 4 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 app/composables/useUpdate.ts diff --git a/app/components/Screen.vue b/app/components/Screen.vue index dd23cda..6a2f41d 100644 --- a/app/components/Screen.vue +++ b/app/components/Screen.vue @@ -1,7 +1,6 @@