mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-06-03 10:20:48 +00:00
Fix menu haptics
This commit is contained in:
parent
21483d0d5a
commit
fe9891f8db
3 changed files with 5 additions and 5 deletions
|
@ -9250,7 +9250,7 @@ qboolean Item_SetFocus(itemDef_t *item, float x, float y)
|
|||
if (playSound && sfx)
|
||||
{
|
||||
DC->startLocalSound( *sfx, CHAN_LOCAL_SOUND );
|
||||
VR_HapticEvent("selector_icon", 0, vr.right_handed ? 1 : 2, 60, 0, 0);
|
||||
VR_HapticEvent("selector_icon", 0, vr.menu_right_handed ? 1 : 2, 60, 0, 0);
|
||||
}
|
||||
|
||||
for (i = 0; i < parent->itemCount; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue