added stall rpm
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
public float GetTorqueOutput()
|
||||
{
|
||||
if (RPM <= 0) return 0;
|
||||
if (RPM <= 400) return 0;
|
||||
|
||||
var points = TorqueCurve.OrderBy(p => p.Key).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user