Changed description

This commit is contained in:
Joaquin 2022-09-14 12:21:48 -06:00
parent a55d0948ea
commit d48e0c06f4

View File

@ -33,7 +33,7 @@ namespace cheat::feature
{
ImGui::BeginGroupPanel("Animation Changer");
{
ConfigWidget(f_Enabled, "Changes active character's animation.\nNot all animations work for every character except Main Character.");
ConfigWidget(f_Enabled, "Changes active character's animation.");
if (f_Enabled)
{
if (ImGui::BeginCombo("Animations", f_Animation.value().c_str()))