Skip to content

Commit

Permalink
😩
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Feb 14, 2020
1 parent fc76322 commit 370dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSOClient/tso.client/UI/Panels/UILotPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public override void Draw(UISpriteBatch batch)
if (!Visible) return;
if (CurrentLot.Value != null)
UITerrainHighlight.DrawArrow(batch, ((CoreGameScreen)GameFacade.Screens.CurrentUIScreen).CityRenderer,
(Position + (_Open? Size : BackgroundContractedImage.Size.ToVector2()) / 2)* Common.FSOEnvironment.DPIScaleFactor, (int)CurrentLot.Value.Id);
(Position + (_Open? Size : BackgroundContractedImage.Size.ToVector2()) / 2)* Common.FSOEnvironment.DPIScaleFactor, (int)CurrentLot.Value.Id, new Color(200, 225, 255));
base.Draw(batch);
}
}
Expand Down

0 comments on commit 370dfa9

Please sign in to comment.