Compare commits
4 Commits
cleanup-un
...
master
Author | SHA1 | Date | |
---|---|---|---|
165507277e | |||
|
b88e1c48db | ||
|
5e7a390bd4 | ||
|
99175b1bfb |
@ -441,7 +441,7 @@ public:
|
||||
float opThrottle = SaneThrottle(operator_stick.GetThrottle());
|
||||
|
||||
if(!pickupRunning && ( opThrottle > shooter_power + DEADZONE_RADIUS
|
||||
|| opThrottle < shooter_power - DEADZONE_RADIUS))
|
||||
|| opThrottle < shooter_power - DEADZONE_RADIUS))
|
||||
{
|
||||
shooter.SetPower(opThrottle);
|
||||
}
|
||||
|
Reference in New Issue
Block a user