More TODOs. Update #395

This commit is contained in:
Pietro Gagliardi 2018-08-09 04:54:49 -04:00
parent 24df7bc3f2
commit 52bd45bb09
1 changed files with 3 additions and 0 deletions

View File

@ -283,3 +283,6 @@ void uiTimer(int milliseconds, int (*f)(void *data), void *data)
repeats:YES];
[delegate release];
}
// TODO figure out the best way to clean the above up in uiUninit(), if it's even necessary
// TODO that means figure out if timers can still fire without the main loop