+++
This commit is contained in:
@ -225,7 +225,7 @@ namespace DroneSimulator
|
||||
|
||||
public void Update(float value, uint time)
|
||||
{
|
||||
value = Pressure - value;
|
||||
value = Pressure - value * 12.15f;
|
||||
|
||||
if (!Enable)
|
||||
{
|
||||
|
Reference in New Issue
Block a user