diff --git a/src/components/ui/settingsSide.tsx b/src/components/ui/settingsSide.tsx index e3e70bd..d21a9e9 100644 --- a/src/components/ui/settingsSide.tsx +++ b/src/components/ui/settingsSide.tsx @@ -45,43 +45,47 @@ function SettingsSide() { return (
-
-

FPS:

- { - if(e.target.value.trim().length !== 0) setFps(parseInt(e.target.value)); - }}/> -
-
-

Width:

- { - if(e.target.value.trim().length !== 0) setWidth(parseInt(e.target.value)); - }}/> -
-
-

Stick Distance:

- { - if(e.target.value.trim().length !== 0) setStickDistance(parseInt(e.target.value)); - }}/> -
-
-

Stick Mode:

-