diff options
| author | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:22:09 -0500 |
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:22:09 -0500 |
| commit | 65a7aa18014600947755e01d3fa4d1d1b4c3b83e (patch) | |
| tree | ff31dc2f57afe21e4c04dbe6672ef0590815fb44 | |
| parent | 4138a23d2345eb12cec5e1d5fb530a7acf474da4 (diff) | |
| download | hackvr-65a7aa18014600947755e01d3fa4d1d1b4c3b83e.tar.gz hackvr-65a7aa18014600947755e01d3fa4d1d1b4c3b83e.zip | |
added ability to periodically output changed state instead of instantaneously
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index a0150f1..2541056 100644 --- a/src/config.h +++ b/src/config.h @@ -14,6 +14,7 @@ #define SHAPES 65535 +#define PERIODIC_OUTPUT 10000 #define MAX_SIDES 8 #define MAXWIDTH 4000 #define WIDTH 320 |
