Changeset 449 for GraphicTest/UDrawMethod.pas
- Timestamp:
- Nov 22, 2012, 3:02:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/UDrawMethod.pas
r448 r449 19 19 private 20 20 FControl: TControl; 21 function GetFPS: Real;21 FFPS: Real; 22 22 public 23 23 Caption: string; … … 30 30 FrameCounter: Integer; 31 31 FrameCounterStart: TDateTime; 32 property FPS: Real read GetFPS; 32 function GetFPS: Real; 33 property FPS: Real read FFPS write FFPS; 33 34 procedure Init(Parent: TWinControl; Size: TPoint); virtual; 34 35 procedure Done; virtual; … … 60 61 61 62 {$IFDEF opengl} 63 62 64 { TDrawMethodOpenGL } 63 65
Note:
See TracChangeset
for help on using the changeset viewer.