Browse Source

correct for MacOS

Seenkao 2 years ago
parent
commit
328aaa784b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Zengl_SRC/src/zgl_opengl.pas

+ 2 - 2
Zengl_SRC/src/zgl_opengl.pas

@@ -20,7 +20,7 @@
  *
  *  3. This notice may not be removed or altered from any
  *     source distribution.
- !!! modification from Serge 26.02.2022
+ !!! modification from Serge
 }
 unit zgl_opengl;
 {$IFDEF LINUX}
@@ -47,7 +47,7 @@ uses
   zgl_glx_wgl
   {$ENDIF}
   {$IfDef MAC_COCOA}
-  CocoaAll,
+  CocoaAll
   {$ENDIF}
   ;