Changed description
This commit is contained in:
parent
a55d0948ea
commit
d48e0c06f4
@ -33,7 +33,7 @@ namespace cheat::feature
|
|||||||
{
|
{
|
||||||
ImGui::BeginGroupPanel("Animation Changer");
|
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 (f_Enabled)
|
||||||
{
|
{
|
||||||
if (ImGui::BeginCombo("Animations", f_Animation.value().c_str()))
|
if (ImGui::BeginCombo("Animations", f_Animation.value().c_str()))
|
||||||
|
Loading…
Reference in New Issue
Block a user