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;
|
shooting = false;
|
||||||
compressing = true;
|
compressing = true;
|
||||||
allowCompressing = true;
|
allowCompressing = true;
|
||||||
throttle=0;
|
throttle=(-Lstick.GetRawAxis(4)+1)/2;
|
||||||
}
|
}
|
||||||
//}}}
|
//}}}
|
||||||
//DashboardSetup{{{
|
//DashboardSetup{{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user