mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Experimentally switches to doubles 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