Update AnimationChanger.cpp

This commit is contained in:
FawazTakhji 2022-09-10 10:29:03 +03:00
parent a11172fec4
commit 97bdb137ec

View File

@ -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();