mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-01-05 17:13:29 +08:00
Changed description
This commit is contained in:
parent
ae7e8ca414
commit
5f2170fed4
@ -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…
x
Reference in New Issue
Block a user