android: orientations hint doesn't seem to be needed

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-12-28 00:13:58 +01:00
parent 539a6fe8d6
commit e24912ee66
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ init(void)
}
#ifdef __ANDROID__
winflags = SDL_WINDOW_RESIZABLE | SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_BORDERLESS | SDL_WINDOW_INPUT_GRABBED;
SDL_SetHint(SDL_HINT_ORIENTATIONS, "Portrait LandscapeLeft LandscapeRight");
#else
winflagfs = 0;
#endif