We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c420a commit 70a2870Copy full SHA for 70a2870
code/mobile/android/PhoneVR/app/src/main/cpp/alvr_main.cpp
@@ -415,7 +415,7 @@ extern "C" JNIEXPORT void JNICALL Java_viritualisres_phonevr_ALVRActivity_render
415
render_config.enable_foveation = true;
416
render_config.foveation_center_size_x =
417
settings_json["video"]["foveated_encoding"]["Enabled"]
418
- ["center_shift_x"];
+ ["center_size_x"];
419
render_config.foveation_center_size_y =
420
421
["center_size_y"];
0 commit comments