mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 02:17:08 +00:00
Clarified TODO.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user