Ignore:
Timestamp:
Apr 9, 2015, 8:55:27 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Initialization of array of draw method classes done in run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UDrawMethod.pas

    r459 r471  
    88  Classes, SysUtils, ExtCtrls, UPlatform, UFastBitmap, Graphics, Controls,
    99  LCLType, IntfGraphics, fpImage, GraphType, DateUtils,
    10   LclIntf{$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};
     10  {$IFDEF OPENGL}GL, GLExt, OpenGLContext,{$ENDIF}
     11  LclIntf;
    1112
    1213type
     
    6061  end;
    6162
    62   {$IFDEF opengl}
     63  {$IFDEF OPENGL}
    6364
    6465  { TDrawMethodOpenGL }
     
    123124
    124125
    125 {$IFDEF opengl}
     126{$IFDEF OPENGL}
    126127
    127128{ TDrawMethodOpenGL }
Note: See TracChangeset for help on using the changeset viewer.