Skip to content

Commit

Permalink
Merge pull request #1 from gr1ndy/gr1ndy-skinchanger-fix
Browse files Browse the repository at this point in the history
Ghetto Skin Changer Fix
  • Loading branch information
gr1ndy committed Nov 18, 2022
2 parents 6cff407 + df5e237 commit 2d5fdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEPS/Hacks/SkinChanger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ static bool hudUpdateRequired = false;

static void updateHud() noexcept
{
if (auto hud_weapons = memory->findHudElement(memory->hud, "CCSGO_HudWeaponSelection") - 0x28)
/*if (auto hud_weapons = memory->findHudElement(memory->hud, "CCSGO_HudWeaponSelection") - 0x28)
{
for (int i = 0; i < *(hud_weapons + 32); i++)
i = memory->clearHudWeapon(hud_weapons, i);
}
hudUpdateRequired = false;
hudUpdateRequired = false;*/
}

void SkinChanger::run(FrameStage stage) noexcept
Expand Down

0 comments on commit 2d5fdfb

Please sign in to comment.