fix calculation
This commit is contained in:
		| @@ -470,7 +470,7 @@ function ship_m:constrain(p, dp, pmin, pmax, want) | ||||
|  end | ||||
|  if (bp <= pmax) return want | ||||
|  -- spread overshoot across frames | ||||
|  want -= (bp - pmax)/(bf+1) | ||||
|  want -= (bp - pmax)/max(bf,1) | ||||
|  return max(want, -self.thrust) | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user