From f0981aa6b09e67ec57b7cb92421513415292e97f Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 17 Dec 2002 00:09:50 +0000 Subject: Commit of the day... --- include/glbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/glbase.h') diff --git a/include/glbase.h b/include/glbase.h index 39c7493..27c4f75 100644 --- a/include/glbase.h +++ b/include/glbase.h @@ -16,7 +16,7 @@ namespace mogltk { static void Leave2DMode(void); static void Flip(void); static bool is2D(void); - static void glVertex(GLshort, GLshort, GLshort = 0, GLshort = 1); + static void glVertex(GLshort, GLshort, GLshort = 0, GLshort = 1); static void glVertex(GLint, GLint, GLint = 0, GLint = 1); static void glVertex(GLfloat, GLfloat, GLfloat = 0.0, GLfloat = 1.0); static void glVertex(GLdouble, GLdouble, GLdouble = 0.0, GLdouble = 1.0); -- cgit v1.2.3