diff --git a/src/mods/VR.cpp b/src/mods/VR.cpp index 24155f7d..7a92c8f6 100644 --- a/src/mods/VR.cpp +++ b/src/mods/VR.cpp @@ -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; }