mirror of https://github.com/axmolengine/axmol.git
Fixing configChanges flag to disable GL context being deleted on rotate
This commit is contained in:
parent
b1f9dd30e7
commit
188f0354f3
|
@ -17,7 +17,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:configChanges="orientation">
|
||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
Loading…
Reference in New Issue