1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-24 09:24:49 +00:00

fixed a warning in vr.cpp

This commit is contained in:
Zeno Rogue
2025-09-09 19:40:10 +02:00
parent ffc4b6b00e
commit 2ff3b23f9e

2
vr.cpp
View File

@@ -1643,8 +1643,8 @@ bool vr_keys(int sym, int uni) {
callhooks(vr_quickmenu_extensions);
if(dialog::key_actions.count(uni)) { dialog::key_actions[uni](); return true; }
}
return false;
#endif
return false;
}
auto hookvr = addHook(vr_quickmenu_extensions, 100, [] {