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:
Pere Pujal i Carabantes 2020-05-05 00:24:42 +02:00
parent 703696bb9b
commit 2a430c0dc0
2 changed files with 10 additions and 9 deletions

View file

@ -34,7 +34,9 @@
#ifdef __APPLE__
#undef FORKED_FONTS
#endif
#ifdef __ANDROID__
#undef FORKED_FONTS
#endif
#include "SDL.h"
#include "SDL_ttf.h"