summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h4
1 files changed, 2 insertions, 2 deletions
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;
};