2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

Merge pull request #1 from SDLash3D/master

Fix freeze after unlock
This commit is contained in:
mittorn 2015-04-26 19:30:25 +00:00
commit 0e99d0f280

View File

@ -25,7 +25,7 @@
<activity android:name="org.libsdl.app.SDLActivity"
android:screenOrientation="landscape"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation"
android:configChanges="orientation|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />