Skip to content

Commit

Permalink
1.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paissaheavyindustries committed Dec 3, 2023
1 parent 7182d90 commit 4c6f766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WheresMouse/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ private void DrawUI()
}
int trailsz = _cfg.TrailSize;
ImGui.Text("Trail size");
if (ImGui.SliderInt("##Trs", ref trailsz, 10, 50) == true)
if (ImGui.SliderInt("##Trs", ref trailsz, 3, 50) == true)
{
_cfg.TrailSize = trailsz;
}
Expand Down

0 comments on commit 4c6f766

Please sign in to comment.