diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-10-16 04:19:32 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-10-16 04:19:32 +0200 |
| commit | a4c261c6ee3940099e653a6f448dc952dfd5899f (patch) | |
| tree | 7b14cfde56d735259f6e852a6d337228e00db0f5 /linux_timer.c | |
| parent | dcaf169691cfbb865241e96a4786af0862424701 (diff) | |
optimized, but bug with rasterdemos
Diffstat (limited to 'linux_timer.c')
| -rw-r--r-- | linux_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux_timer.c b/linux_timer.c index dce0a5b..9a9d296 100644 --- a/linux_timer.c +++ b/linux_timer.c @@ -81,7 +81,6 @@ static void *timer_thread_func(void *arg) { #ifdef TIMER_DEBUG if(t->last_wait_start.tv_sec) { - int64_t total_frame_time_ns = timespec_diff_ns(&now, &t->last_wait_start); int64_t overshoot_ns = timespec_diff_ns(&now, &t->next_deadline); if(overshoot_ns < 0) overshoot_ns = 0; |
