Skip to content

Commit dae3a00

Browse files
committed
intra:: fixed the bug with walking mode VR hotkey
1 parent 6cf374e commit dae3a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ auto a = addHook(hooks_configfile, 100, [] {
12081208
})
12091209
+ addHook(vrhr::vr_quickmenu_extensions, 105, [] {
12101210
if(!intra::in) return;
1211-
dialog::addBoolItem("walking mode", 'w', on);
1211+
dialog::addBoolItem("walking mode", on, 'w');
12121212
dialog::add_action([] {
12131213
switch_walking();
12141214
println(hlog, "walking set to ", ONOFF(on));

0 commit comments

Comments
 (0)