Changeset 45


Ignore:
Timestamp:
Apr 22, 2019, 8:38:02 PM (5 years ago)
Author:
chronos
Message:
  • Added: Missing UCore unit.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UEngine.pas

    r44 r45  
    15861586      Lock.Acquire;
    15871587      //if ClearBackground then FBitmapLower.FillAll(clNavy);
    1588       for I := 0 to Players.Count - 1 do begin
     1588      for I := 0 to Players.Count - 1 do
     1589      if Players[I].Enabled then begin
    15891590        TPlayer(Players[I]).Paint;
    15901591      end;
Note: See TracChangeset for help on using the changeset viewer.