Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Aug 27, 2024
1 parent 1299788 commit e6efbac
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 84 deletions.
2 changes: 1 addition & 1 deletion src/Header/HUD/CCustomHud.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CCustomHud{

bool IsInScore();

void RenderRadar();
void RenderRadar(ref_params_s* param_1);
~CCustomHud(); // destructor, frees allocated memory

int m_bitsHideHUDDisplay = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/Header/HUD/radar.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CRadarPanel : public vgui::EditablePanel, public IViewportPanel {
virtual vgui::VPANEL GetVPanel() override;
virtual void SetParent(vgui::VPANEL parent) override;

void RenderRadar();
void RenderRadar(ref_params_s* param_1);
void SetScale(bool state);
void SetAvatarVisible(bool state);
private:
Expand Down
Loading

0 comments on commit e6efbac

Please sign in to comment.