Skip to content

Commit 52bd45b

Browse files
committed
More TODOs. Update #395
1 parent 24df7bc commit 52bd45b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

darwin/main.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@ void uiTimer(int milliseconds, int (*f)(void *data), void *data)
283283
repeats:YES];
284284
[delegate release];
285285
}
286+
287+
// TODO figure out the best way to clean the above up in uiUninit(), if it's even necessary
288+
// TODO that means figure out if timers can still fire without the main loop

0 commit comments

Comments
 (0)