Changeset 34 for trunk/LocalPlayer
- Timestamp:
- Jan 8, 2017, 11:54:21 PM (8 years ago)
- Location:
- trunk/LocalPlayer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer
- Property svn:ignore
-
old new 1 1 __history 2 __recovery
-
- Property svn:ignore
-
trunk/LocalPlayer/IsoEngine.pas
r33 r34 470 470 exit; 471 471 472 with FOutput.Canvas do 473 begin 474 Brush.Color := Color; 475 FillRect(Rect(x, y, x + Width, y + Height)); 476 Brush.Style := bsClear; 477 end 472 FOutput.Canvas.Brush.Color := Color; 473 FOutput.Canvas.FillRect(Rect(x, y, x + Width, y + Height)); 474 FOutput.Canvas.Brush.Style := bsClear; 478 475 end; 479 476
Note:
See TracChangeset
for help on using the changeset viewer.