Undeffing FORKED_FONTS seems to improve things on Android. The system onscreen keyboard hid the progress bar, don't show it until fonts are already in place.
This commit is contained in:
parent
703696bb9b
commit
2a430c0dc0
2 changed files with 10 additions and 9 deletions
|
|
@ -34,7 +34,9 @@
|
|||
#ifdef __APPLE__
|
||||
#undef FORKED_FONTS
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#undef FORKED_FONTS
|
||||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_ttf.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue