mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Android: minor comment update
This commit is contained in:
parent
063c0c2a73
commit
3bc1a8b619
@ -257,7 +257,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
|||||||
|
|
||||||
// Get our current screen orientation and pass it down.
|
// Get our current screen orientation and pass it down.
|
||||||
mCurrentOrientation = SDLActivity.getCurrentOrientation();
|
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);
|
SDLActivity.onNativeOrientationChanged(mCurrentOrientation);
|
||||||
|
|
||||||
setContentView(mLayout);
|
setContentView(mLayout);
|
||||||
|
Loading…
Reference in New Issue
Block a user