Skip to content

Commit

Permalink
xrGame: uncommit forgoten mouse dik_to_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Jul 23, 2018
1 parent 786d760 commit 76a9398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ui/UIEditKeyBind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bool CUIEditKeyBind::OnMouseDown(int mouse_btn)
{
string64 message;

//m_keyboard = dik_to_ptr(mouse_btn, true);
m_keyboard = dik_to_ptr(mouse_btn, true);
if (!m_keyboard)
return true;
SetValue();
Expand Down

0 comments on commit 76a9398

Please sign in to comment.