diff options
| author | skrek <liam@tannock.net> | 2022-02-16 02:06:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 11:06:52 +0100 |
| commit | 8cc2479825a818f126c53939dacba8007a36125b (patch) | |
| tree | 4209c8576ad2db27546acbfbb19361c4f4c52f7d /.gitignore | |
| parent | 8f353457295767edaaf9dfccb4d938bc1befeb40 (diff) | |
Adjusting how deadzones are calculated (#3079)
* Making deadzones feel nice and smooth + adding rider files to .gitignore
* removing unnecessary parentheses and fixing possibility of divide by 0
* formatting :)
* fixing up ClampAxis
* fixing up ClampAxis
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# Rider is a Visual Studio alternative +.idea/* + # NCrunch *.ncrunch* .*crunch*.local.xml |
