Skip to content

Commit

Permalink
fix: updating the map
Browse files Browse the repository at this point in the history
FossilOrigin-Name: d23190ae28d41ab1549f2e0a4241b761be03e56fce1269941c97e65837ab1409
  • Loading branch information
thindil committed Jan 15, 2024
1 parent 14b46d4 commit a3fb047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/maps-ui.adb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ package body Maps.UI is
External_Name => "drawAdaMap";
begin
Get_Center_Point(X => Center_X, Y => Center_Y);
Get_Ada_Ship;
Map_Height :=
Positive'Value(cget(Widgt => Get_Map_View, option => "-height"));
Map_Width :=
Expand Down

0 comments on commit a3fb047

Please sign in to comment.