aboutsummaryrefslogtreecommitdiff
path: root/src/ray.c
diff options
context:
space:
mode:
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;