www
This commit is contained in:
@ -144,6 +144,8 @@ namespace DroneSimulator
|
||||
|
||||
listBox_Drones.Items.Clear();
|
||||
|
||||
try
|
||||
{
|
||||
foreach (Drone d in AllDrones)
|
||||
{
|
||||
screen2D.Move(d.ID, d.PosXYZ, d.GetOrientation());
|
||||
@ -152,6 +154,8 @@ namespace DroneSimulator
|
||||
|
||||
listBox_Drones.Items.Add(line);
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
|
||||
screen2D.DrawScene();
|
||||
}
|
||||
|
Reference in New Issue
Block a user