Changeset 232 for trunk/UMapType.pas
- Timestamp:
- Sep 19, 2018, 2:34:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMapType.pas
r231 r232 405 405 end; 406 406 407 // Adjust polygon centers 408 for I := 0 to Cells.Count - 1 do begin 409 Cells[I].PosPx := Cells[I].Polygon.GetCenter; 410 end; 411 407 412 FPixelRect := CalculatePixelRect; 408 413 end;
Note:
See TracChangeset
for help on using the changeset viewer.