diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-16 17:14:32 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-16 17:14:32 +0100 |
| commit | 40ed604986f41cee55ce1a85ffe28e8238ae3894 (patch) | |
| tree | 96e90a5a50b70688b941fb0038b80af56ff61948 /src/config.h | |
| parent | 0be4f86dcd85f6a91bfaa7b600da4b916ad4f432 (diff) | |
notifications
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 4bd9e8b..150919d 100644 --- a/src/config.h +++ b/src/config.h @@ -7,7 +7,7 @@ #ifndef INCLUDE_CONFIG #define INCLUDE_CONFIG -#define TARGET_FRAMERATE 1000/24.0 +#define TARGET_FRAMERATE (1000/24.0) #define SCROLL_SPEED 50 #define FILE_RESERVE_COUNT 500 |
