aboutsummaryrefslogtreecommitdiff
path: root/src/ray.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-08-04 23:59:01 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-08-04 23:59:01 +0200
commite588343d89bb219497ff3056bffe5759dbb98436 (patch)
tree130e028d9bb312c82ee8f88d26f1cf7d96b57780 /src/ray.c
parenta74ad85d75a4d43d51c42d03be4c2b53d63784cf (diff)
Add a bunch of todosHEADmaster
Diffstat (limited to 'src/ray.c')
-rw-r--r--src/ray.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ray.c b/src/ray.c
index 5000599..9544ea5 100644
--- a/src/ray.c
+++ b/src/ray.c
@@ -14,6 +14,8 @@
#define MAX_FONTSIZE 100
+/* TODO: make the display scale better with window size */
+
static struct calc_data calcs[CALC_COUNT] = {0};
static int current_idx = 0;