Skip to content

Commit

Permalink
Android: minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Mar 13, 2019
1 parent 063c0c2 commit 3bc1a8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -257,7 +257,7 @@ public void onClick(DialogInterface dialog,int id) {

// Get our current screen orientation and pass it down.
mCurrentOrientation = SDLActivity.getCurrentOrientation();
// FIXME: with only one activity, SDL Thread is not yet started and this onNativeOrientationChanged() is ignored
// Only record current orientation
SDLActivity.onNativeOrientationChanged(mCurrentOrientation);

setContentView(mLayout);
Expand Down

0 comments on commit 3bc1a8b

Please sign in to comment.