Changeset 313 for trunk/LocalPlayer/Rates.pas
- Timestamp:
- Mar 17, 2021, 11:11:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Rates.pas
r188 r313 123 123 for i := 0 to current div 8 - 1 do 124 124 BitBltCanvas(Offscreen.Canvas, x + max - 8 - i * 8, y, 8, 7, 125 GrExt[HGrSystem].Data.Canvas, 104, 9 + 8 * 2);125 HGrSystem.Data.Canvas, 104, 9 + 8 * 2); 126 126 BitBltCanvas(Offscreen.Canvas, x + max - current, y, current - 8 * (current div 8), 7, 127 GrExt[HGrSystem].Data.Canvas, 104, 9 + 8 * 2);127 HGrSystem.Data.Canvas, 104, 9 + 8 * 2); 128 128 Brush.Color := $000000; 129 129 FillRect(Rect(x, y, x + max - current, y + 7));
Note:
See TracChangeset
for help on using the changeset viewer.