Ensure intro vid can be skipped without having to press trigger first

This commit is contained in:
Simon 2023-04-03 21:26:20 +01:00
parent cc7e73d04a
commit 62284414d0

View file

@ -313,6 +313,8 @@ void VR_Init()
} else {
Cvar_Set( "expanded_menu_enabled", "0" );
}
vr.menu_right_handed = vr_control_scheme->integer == 0;
}
int VR_main( int argc, char* argv[] );