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/Methods/UOpenGLPBOMethod.pas

    r459 r471  
    77uses
    88  Classes, SysUtils, UDrawMethod, UFastBitmap, Controls, Graphics
    9   {$IFDEF opengl}, GL, GLExt, OpenGLContext{$ENDIF};
     9  {$IFDEF OPENGL}, GL, GLExt, OpenGLContext{$ENDIF};
    1010
    11 {$IFDEF opengl}
     11{$IFDEF OPENGL}
    1212type
    1313  { TOpenGLPBOMethod }
     
    2626implementation
    2727
    28 {$IFDEF opengl}
     28{$IFDEF OPENGL}
    2929{ TOpenGLPBOMethod }
    3030
Note: See TracChangeset for help on using the changeset viewer.