浏览代码

Android: minor comment update

Sylvain Becker 6 年之前
父节点
当前提交
3bc1a8b619
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

+ 1 - 1
android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

@@ -257,7 +257,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
 
         // 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);