Skip to content

Commit

Permalink
Merge pull request #53 from Dyshay/UI-Update
Browse files Browse the repository at this point in the history
UI Map Update
  • Loading branch information
Dyshay authored Oct 30, 2019
2 parents 4306abb + 977ecc4 commit f552be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interfaces/UI_Mapa.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void get_Eventos_Mapa_Cambiado()

BeginInvoke((Action)(() =>
{
label_mapa_id.Text = "Position: " + mapa.GetCoordinates;
label_mapa_id.Text = $"Position: {mapa.GetCoordinates} MapID : {mapa.mapId}";
}));

control_mapa.refrescar_Mapa();
Expand Down

0 comments on commit f552be7

Please sign in to comment.