mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Clarified TODO.
This commit is contained in:
parent
8c2bf099ad
commit
65b568003d
@ -68,7 +68,7 @@ void TimedEventLoop::set_next_event_time_interval(Time interval)
|
||||
|
||||
Time TimedEventLoop::get_time_into_next_event()
|
||||
{
|
||||
// TODO: calculate, presumably as [length of interval] - [cycles left] - [subcycles]
|
||||
// TODO: calculate, presumably as [length of interval] - ([cycles left] + [subcycles left])
|
||||
Time zero;
|
||||
return zero;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user