DEADSOFTWARE

nogl: fix glOrtho
[d2df-sdl.git] / src / nogl / noGLSTUB.inc
index 1056fa3edba9da32493342ae6ff53dd44eabe208..1dbd52428c9bc182e64e588f223830080103549d 100644 (file)
@@ -99,7 +99,7 @@ implementation
   begin
   end;
 
-  procedure glOrtho (left, right, bottom, top, near, far: GLfloat);
+  procedure glOrtho (left, right, bottom, top, near, far: GLdouble);
   begin
   end;