Ignore:
Timestamp:
Nov 22, 2012, 3:02:54 PM (12 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UDrawMethod.pas

    r448 r449  
    1919  private
    2020    FControl: TControl;
    21     function GetFPS: Real;
     21    FFPS: Real;
    2222  public
    2323    Caption: string;
     
    3030    FrameCounter: Integer;
    3131    FrameCounterStart: TDateTime;
    32     property FPS: Real read GetFPS;
     32    function GetFPS: Real;
     33    property FPS: Real read FFPS write FFPS;
    3334    procedure Init(Parent: TWinControl; Size: TPoint); virtual;
    3435    procedure Done; virtual;
     
    6061
    6162  {$IFDEF opengl}
     63
    6264  { TDrawMethodOpenGL }
    6365
Note: See TracChangeset for help on using the changeset viewer.