Update AnimationChanger.cpp
This commit is contained in:
parent
10c5385c0a
commit
e958f05375
@ -269,7 +269,7 @@ namespace cheat::feature
|
|||||||
|
|
||||||
ConfigWidget("Apply Key", f_ApplyKey, true);
|
ConfigWidget("Apply Key", f_ApplyKey, true);
|
||||||
ConfigWidget("Reset Key", f_ResetKey, true);
|
ConfigWidget("Reset Key", f_ResetKey, true);
|
||||||
ConfigWidget("Delay", f_Delay, 0.01f, 1.0f, 1000000000.0f, "Delay to repeat animation");
|
ConfigWidget("Delay", f_Delay, 1.0f, 1.0f, 1000000000.0f, "Delay to repeat animation");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::EndGroupPanel();
|
ImGui::EndGroupPanel();
|
||||||
|
Loading…
Reference in New Issue
Block a user