Skip to content

Commit

Permalink
Update native with OpenGL init fixes, may fix some crashes on startup.
Browse files Browse the repository at this point in the history
Fix a rotation issue.
  • Loading branch information
hrydgard committed Oct 10, 2013
1 parent 4c57aa7 commit f374593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions UI/MainScreen.cpp
Expand Up @@ -478,6 +478,8 @@ void MainScreen::CreateViews() {

bool vertical = dp_yres > dp_xres;

ILOG("Vertical? %c : %i %i", vertical ? 'Y' : 'N', dp_xres, dp_yres);

I18NCategory *m = GetI18NCategory("MainMenu");

Margins actionMenuMargins(0, 10, 10, 0);
Expand Down

0 comments on commit f374593

Please sign in to comment.