Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
pierow committed May 10, 2024
1 parent 37a310a commit 4736cdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/source/cl_dll/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ int CL_DLLEXPORT HUD_Key_Event( int down, int keynum, const char *pszCurrentBind
// Also note that g_iVguiSideMouseRelease is set in inputw32, because for some reason side mouse button releases in VGUI mode don't get sent here.
if (g_iVisibleMouse && (keynum >= K_MOUSE1 && keynum <= K_MOUSE5))
{
//gEngfuncs.Con_Printf("mouse event keynum:%d down:%d\n", keynum, down);

switch (keynum)
{
case K_MOUSE1:
Expand Down

0 comments on commit 4736cdc

Please sign in to comment.