diff options
Diffstat (limited to 'src/ray.c')
| -rw-r--r-- | src/ray.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
