mirror of
https://github.com/team2059/Zaphod
synced 2025-01-07 22:14:14 -05:00
Changed the inital value of throttle to be the value of axis 4(the physical pot)
This commit is contained in:
parent
1dabf27c02
commit
88a51913b7
@ -70,7 +70,7 @@ public:
|
||||
shooting = false;
|
||||
compressing = true;
|
||||
allowCompressing = true;
|
||||
throttle=0;
|
||||
throttle=(-Lstick.GetRawAxis(4)+1)/2;
|
||||
}
|
||||
//}}}
|
||||
//DashboardSetup{{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user