From d48e0c06f43e106254dd79290d1918dcf559dabe Mon Sep 17 00:00:00 2001 From: Joaquin <67109235+Taiga74164@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:21:48 -0600 Subject: [PATCH] Changed description --- cheat-library/src/user/cheat/visuals/AnimationChanger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp b/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp index 45e4853..d6c292d 100644 --- a/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp +++ b/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp @@ -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()))