Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit c8e7e2e

Browse files
daoshengmubluemarvin
authored andcommitted
Turn off app foveated rendering by default. (#1333)
1 parent 1493260 commit c8e7e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/common/shared/org/mozilla/vrbrowser/browser/SettingsStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SettingsStore getInstance(final @NonNull Context aContext) {
6161
public final static int MSAA_DEFAULT_LEVEL = 1;
6262
public final static boolean AUDIO_ENABLED = false;
6363
public final static float CYLINDER_DENSITY_ENABLED_DEFAULT = 4680.0f;
64-
public final static int FOVEATED_APP_DEFAULT_LEVEL = 1;
64+
public final static int FOVEATED_APP_DEFAULT_LEVEL = 0;
6565
public final static int FOVEATED_WEBVR_DEFAULT_LEVEL = 0;
6666
private final static long CRASH_RESTART_DELTA = 2000;
6767

app/src/main/res/values/non_L10n.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<string name="settings_key_audio" translatable="false">settings_audio</string>
2929
<string name="settings_key_voice_search_language" translatable="false">settings_voice_search_language</string>
3030
<string name="settings_key_cylinder_density" translatable="false">settings_cylinder_density</string>
31-
<string name="settings_key_foveated_app" translatable="false">settings_foveated_app</string>
31+
<string name="settings_key_foveated_app" translatable="false">settings_foveated_in_app</string>
3232
<string name="settings_key_foveated_webvr" translatable="false">settings_foveated_webvr</string>
3333
<string name="settings_key_keyboard_locale" translatable="false">settings_key_keyboard_locale</string>
3434
<string name="settings_key_crash_restart_count" translatable="false">settings_key_crash_restart_count</string>

0 commit comments

Comments
 (0)