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 88372277b7
commit 6cfa71a10e
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: */