Skip to content

Commit 66da9bd

Browse files
v2.6.4
1 parent cf4686b commit 66da9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swing_Prediction.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end, ItemFlags.FullWidth))]]
3030
local debug = menu:AddComponent(MenuLib.Checkbox("indicator", false))
3131
local Swingpred = menu:AddComponent(MenuLib.Checkbox("Enable", true))
3232
local mtime = menu:AddComponent(MenuLib.Slider("movement ahead", 100 ,250 , 225 ))
33-
local msamples = menu:AddComponent(MenuLib.Slider("Movement Samples", 1 ,66 , 25 ))
33+
local msamples = menu:AddComponent(MenuLib.Slider("Velocity Samples", 1 ,66 , 25 ))
3434
--amples = menu:AddComponent(MenuLib.Slider("movement ahead", 1 ,25 , 200 ))
3535

3636
local pastPredictions = {}

0 commit comments

Comments
 (0)