mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 20:26:20 +08:00
Fixed AutoFish delays ImGui labels having same id
This commit is contained in:
@ -34,12 +34,12 @@ namespace cheat::feature
|
|||||||
void AutoFish::DrawMain()
|
void AutoFish::DrawMain()
|
||||||
{
|
{
|
||||||
ConfigWidget("Enabled", f_Enabled, "Automatically catch fish.");
|
ConfigWidget("Enabled", f_Enabled, "Automatically catch fish.");
|
||||||
ConfigWidget("Delay (ms)", f_DelayBeforeCatch, 100, 500, 4000, "Fish will be caught after this delay (in ms).");
|
ConfigWidget("Catch Delay (ms)", f_DelayBeforeCatch, 100, 500, 4000, "Fish will be caught after this delay (in ms).");
|
||||||
|
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
|
|
||||||
ConfigWidget(f_AutoRecastRod, "If enabled, rod will recasted. Without visualization.");
|
ConfigWidget(f_AutoRecastRod, "If enabled, rod will recasted. Without visualization.");
|
||||||
ConfigWidget("Delay (ms)", f_DelayBeforeRecast, 10, 100, 4000, "Rod will be recast after this delay (in ms).");
|
ConfigWidget("Recast Delay (ms)", f_DelayBeforeRecast, 10, 100, 4000, "Rod will be recast after this delay (in ms).");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AutoFish::NeedStatusDraw() const
|
bool AutoFish::NeedStatusDraw() const
|
||||||
|
Reference in New Issue
Block a user