DEADSOFTWARE

nogl: fix glOrtho
[d2df-sdl.git] / src / nogl / noGL.pas
index 90735c340c1af3096ac4b542ef852320b8d434af..fe9601c2331645ec04916c60f03edd3ce1c1f784 100644 (file)
@@ -174,7 +174,7 @@ interface
 
   procedure glReadPixels(x, y: GLint; width, height: GLsizei; format, atype: GLenum; pixels: Pointer);
 
-  procedure glOrtho (left, right, bottom, top, near, far: GLfloat);
+  procedure glOrtho (left, right, bottom, top, near, far: GLdouble);
   procedure glLoadIdentity;
   procedure glScissor(x, y: GLint; width, height: GLsizei);
   procedure glViewport(x, y: GLint; width, height: GLsizei);