Rename -[handleNextEvent] -> -[handleEvents].
This commit is contained in:
parent
b88e005477
commit
0460fc7d5f
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ OF_APPLICATION_DELEGATE(TestMain)
|
|||
|
||||
- (void)handleEvents
|
||||
{
|
||||
[eventQueue handleNextEvent];
|
||||
[eventQueue handleEvents];
|
||||
}
|
||||
|
||||
- (void)draw
|
||||
|
|
Reference in a new issue