mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
Fix log period computation
This commit is contained in:
parent
8df71b078d
commit
a04d713157
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#define LOG_RATE 100
|
#define LOG_RATE 100
|
||||||
#define LOG_DURATION 10
|
#define LOG_DURATION 10
|
||||||
#define LOG_PERIOD 1 / LOG_RATE
|
#define LOG_PERIOD 1.0 / LOG_RATE
|
||||||
#define LOG_SIZE LOG_DURATION * LOG_RATE
|
#define LOG_SIZE LOG_DURATION * LOG_RATE
|
||||||
#define LOG_COLUMNS 14
|
#define LOG_COLUMNS 14
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user