maps
This commit is contained in:
@@ -117,10 +117,10 @@ public partial class Clutch : PowertrainComponent
|
||||
ClutchInput = 1f;
|
||||
}
|
||||
|
||||
//if ( Controller.SwappedBrakes > 0 )
|
||||
//{
|
||||
// ClutchInput = 0;
|
||||
//}
|
||||
if ( Controller.SwappedBrakes > 0 && Controller.SwappedThrottle == 0 )
|
||||
{
|
||||
ClutchInput = 0;
|
||||
}
|
||||
}
|
||||
if ( Controller.IsClutching > 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user