mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
use vr_dual instead of vr_both for VR mode in GearVR
This commit is contained in:
parent
46ffbb13aa
commit
887dc85d92
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/AppDisplayName" android:icon="@drawable/icon">
|
||||
|
||||
<!-- VR MODE -->
|
||||
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_both"/>
|
||||
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_dual"/>
|
||||
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
|
||||
android:name="org.qtproject.qt5.android.bindings.QtActivity"
|
||||
|
|
Loading…
Reference in a new issue