+++
This commit is contained in:
@ -373,5 +373,11 @@ namespace DroneSimulator
|
||||
{
|
||||
Drone.TimeLimit = checkBox_Lockstep_Limit.Checked;
|
||||
}
|
||||
|
||||
private void numericUpDown_Propeller_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
Drone.Propeller.Diameter = (float)numericUpDown_Propeller_Diameter.Value;
|
||||
Drone.Propeller.MaxRotate = ((float)numericUpDown_Propeller_Rotation.Value) / 60;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user