Changeset 158 for trunk/Forms
- Timestamp:
- Nov 19, 2017, 1:02:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r148 r158 251 251 begin 252 252 with Core, Game, CurrentClient, View do begin 253 MapRect := Map. GetPixelRect;253 MapRect := Map.CalculatePixelRect; 254 254 Factor := FloatPoint((DestRect.Right - DestRect.Left) / (MapRect.Right - MapRect.Left), 255 255 (DestRect.Bottom - DestRect.Top) / (MapRect.Bottom - MapRect.Top));
Note:
See TracChangeset
for help on using the changeset viewer.