Skip to content

Commit

Permalink
Forgot to commit some code
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 19, 2023
1 parent 0d10dcf commit 1feab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/vr/FFakeStereoRenderingHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4449,7 +4449,7 @@ IStereoRenderTargetManager* FFakeStereoRenderingHook::get_render_target_manager_

auto vr = VR::get();

if (vr->is_stereo_emulation_enabled()) {
if (vr->is_stereo_emulation_enabled() || vr->is_extreme_compatibility_mode_enabled()) {
return nullptr;
}

Expand Down

0 comments on commit 1feab36

Please sign in to comment.