mirror of
https://github.com/TomHarte/CLK.git
synced 2025-07-16 15:24:09 +00:00
Experimentally switches to double
s for TimedEventLoop
time tracking.
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Storage {
|
||||
private:
|
||||
unsigned int input_clock_rate_ = 0;
|
||||
int cycles_until_event_ = 0;
|
||||
Time subcycles_until_event_;
|
||||
double subcycles_until_event_ = 0.0;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user