mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02: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