Changeset 235 for trunk/UPlayer.pas


Ignore:
Timestamp:
Sep 20, 2018, 11:44:42 AM (6 years ago)
Author:
chronos
Message:
  • Added: Show map multiple times side by side in cyclic mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UPlayer.pas

    r233 r235  
    349349  I: Integer;
    350350begin
     351  // TODO: Can it be optimized somehow?
    351352  Result := nil;
    352353  for I := 0 to Cells.Count - 1 do
Note: See TracChangeset for help on using the changeset viewer.