forked from CPL/Simulator
+++
This commit is contained in:
@ -330,7 +330,7 @@ namespace DroneSimulator
|
||||
{
|
||||
GPS.Home.Lat = (double)numericUpDown_GPS_Lat.Value;
|
||||
GPS.Home.Lon = (double)numericUpDown_GPS_Lon.Value;
|
||||
GPS.Home.Alt = (double)numericUpDown_GPS_Alt.Value;
|
||||
GPS.Home.Alt = (float)numericUpDown_GPS_Alt.Value;
|
||||
|
||||
GPS.State.Fix = (byte)numericUpDown_GPS_Fix.Value;
|
||||
GPS.State.SatVisible = (byte)numericUpDown_GPS_Vis.Value;
|
||||
|
Reference in New Issue
Block a user