Add a real fullscreen video mode on Android.

This commit is contained in:
Sam Lantinga 2012-11-05 00:58:52 -08:00
parent caf0404b85
commit f458518119

View file

@ -164,7 +164,6 @@ Android_VideoInit(_THIS)
return -1;
}
SDL_zero(mode);
SDL_AddDisplayMode(&_this->displays[0], &mode);
Android_InitKeyboard();