X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fnogl%2FnoGL.pas;h=fe9601c2331645ec04916c60f03edd3ce1c1f784;hb=a3ef23c31742fba53271c9a5a4dfe6ea26ea5d68;hp=90735c340c1af3096ac4b542ef852320b8d434af;hpb=b5d789f0a119c0e2db9403c2e19e6344b88f582d;p=d2df-sdl.git diff --git a/src/nogl/noGL.pas b/src/nogl/noGL.pas index 90735c3..fe9601c 100644 --- a/src/nogl/noGL.pas +++ b/src/nogl/noGL.pas @@ -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);