Skip to content

Commit

Permalink
Let certain UEVR features be used without VR
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 3, 2024
1 parent 9095d90 commit 2ca9e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,7 @@ void VR::on_present() {
auto runtime = get_runtime();

if (!runtime->loaded) {
m_fake_stereo_hook->on_frame(); // Just let all the hooks engage, whatever.
return;
}

Expand Down

0 comments on commit 2ca9e98

Please sign in to comment.