File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3380,7 +3380,7 @@ void VR::openvr_input_to_re2_re3(REManagedObject* input_system) {
33803380 const auto is_quickturn_down = is_action_active (m_action_re2_quickturn, m_left_joystick) || is_action_active (m_action_re2_quickturn, m_right_joystick);
33813381 const auto is_reset_view_down = is_action_active (m_action_re2_reset_view, m_left_joystick) || is_action_active (m_action_re2_reset_view, m_right_joystick);
33823382 const auto is_change_ammo_down = is_action_active (m_action_re2_change_ammo, m_left_joystick) || is_action_active (m_action_re2_change_ammo, m_right_joystick);
3383- const auto is_toggle_flashlight_down = is_action_active (m_action_re2_toggle_flashlight, m_left_joystick);
3383+ const auto is_toggle_flashlight_down = is_action_active (m_action_re2_toggle_flashlight, m_left_joystick) || is_action_active (m_action_re2_toggle_flashlight, m_right_joystick) ;
33843384
33853385 const auto is_left_system_button_down = is_action_active (m_action_system_button, m_left_joystick);
33863386 const auto is_right_system_button_down = is_action_active (m_action_system_button, m_right_joystick);
You can’t perform that action at this time.
0 commit comments