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 authored and Xottab-DUTY committed Jul 24, 2018
1 parent 8d8d7ab commit 412b888
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 412b888

Please sign in to comment.