Skip to content

Commit

Permalink
FFCrosshairOptions: Renamed OnUpdateCheckbox -> OnUpdateCheckButton
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWillden committed Nov 1, 2020
1 parent 3775f11 commit ba3119e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl_dll/ff/vgui/ff_crosshairoptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ void CFFCrosshairOptions::OnUpdateSliders(KeyValues *data)
//-----------------------------------------------------------------------------
// Purpose: Catch checkbox updating
//-----------------------------------------------------------------------------
void CFFCrosshairOptions::OnUpdateCheckbox(KeyValues *data)
void CFFCrosshairOptions::OnUpdateCheckButton(KeyValues *data)
{
UpdateCrosshairs();
}
Expand Down
2 changes: 1 addition & 1 deletion cl_dll/ff/vgui/ff_crosshairoptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class CFFCrosshairOptions : public CFFOptionsPage
//-----------------------------------------------------------------------------
// Purpose: Catch checkbox updating
//-----------------------------------------------------------------------------
MESSAGE_FUNC_PARAMS(OnUpdateCheckbox, "CheckButtonChecked", data);
MESSAGE_FUNC_PARAMS(OnUpdateCheckButton, "CheckButtonChecked", data);

//-----------------------------------------------------------------------------
// Purpose: Update the crosshair
Expand Down

0 comments on commit ba3119e

Please sign in to comment.