Skip to content

Commit 412b888

Browse files
eagleivgXottab-DUTY
authored andcommitted
xrGame: uncommit forgoten mouse dik_to_ptr
1 parent 8d8d7ab commit 412b888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/ui/UIEditKeyBind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bool CUIEditKeyBind::OnMouseDown(int mouse_btn)
8181
{
8282
string64 message;
8383

84-
//m_keyboard = dik_to_ptr(mouse_btn, true);
84+
m_keyboard = dik_to_ptr(mouse_btn, true);
8585
if (!m_keyboard)
8686
return true;
8787
SetValue();

0 commit comments

Comments
 (0)