Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Add a real fullscreen video mode on Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 5, 2012
1 parent 41805f5 commit b5e0bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/android/SDL_androidvideo.c
Expand Up @@ -164,7 +164,6 @@ Android_VideoInit(_THIS)
return -1;
}

SDL_zero(mode);
SDL_AddDisplayMode(&_this->displays[0], &mode);

Android_InitKeyboard();
Expand Down

0 comments on commit b5e0bdb

Please sign in to comment.