From e958f053759721f049111c14da16fcd602c62966 Mon Sep 17 00:00:00 2001 From: FawazTakhji <56781705+FawazTakhji@users.noreply.github.com> Date: Sat, 10 Sep 2022 10:29:03 +0300 Subject: [PATCH] Update AnimationChanger.cpp --- 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 50bffea..98cb1fe 100644 --- a/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp +++ b/cheat-library/src/user/cheat/visuals/AnimationChanger.cpp @@ -269,7 +269,7 @@ namespace cheat::feature ConfigWidget("Apply Key", f_ApplyKey, 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();