iOS: Also do the Dictation crash workaround before executing the animation callback.

This commit is contained in:
Alex Szpakowski 2016-04-02 13:21:01 -03:00
parent bcb782f88c
commit 9811c0e220
4 changed files with 27 additions and 13 deletions

View file

@ -33,6 +33,8 @@ extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context);
extern void *UIKit_GL_GetProcAddress(_THIS, const char *proc);
extern int UIKit_GL_LoadLibrary(_THIS, const char *path);
extern void UIKit_GL_RestoreCurrentContext();
#endif
/* vi: set ts=4 sw=4 expandtab: */