diff --git a/samples/lerabot01/main.c b/samples/lerabot01/main.c index 773b937..3bfc648 100644 --- a/samples/lerabot01/main.c +++ b/samples/lerabot01/main.c @@ -179,7 +179,7 @@ void ReSizeGLScene(int Width, int Height) glMatrixMode(GL_MODELVIEW); } -void DrawTexturedQuad(int *tex, float x, float y, float z) +void DrawTexturedQuad(int tex, float x, float y, float z) { GLfloat texW = 10; GLfloat texH = 10;