mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-24 21:11:03 +00:00
Ensure intro vid can be skipped without having to press trigger first
This commit is contained in:
parent
cc7e73d04a
commit
62284414d0
1 changed files with 2 additions and 0 deletions
|
@ -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[] );
|
||||
|
|
Loading…
Reference in a new issue