From 8aa0dc8601656db1390617d24bc77be17f099686 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 20 Jul 2024 11:58:47 +0000 Subject: reduce the volume of Camera.times records. clean up. --- graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h index a0e1c3a..476f954 100644 --- a/graphics.h +++ b/graphics.h @@ -295,8 +295,8 @@ struct Camera uvlong nframes; } stats; struct { - Rendertime R[100], E[100], Tn[100], Rn[100]; - int cur; + Rendertime R[10], E[10], Tn[10], Rn[10]; + int last, cur; } times; }; -- cgit v1.2.3