Skip to content

Commit

Permalink
Added XP feature
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoigorr committed Jul 23, 2022
1 parent 1a689dd commit b649aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void MyMenu::Draw()

if (info::sDoubleXP)
{

AddSlider<float>("Additional XP", &*(float*)cStatMod->multiplierBonus, 0.f, 10.f);
}

ImGui::EndTabItem();
Expand Down

0 comments on commit b649aa4

Please sign in to comment.