More TODOs. Update #395
This commit is contained in:
parent
24df7bc3f2
commit
52bd45bb09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue