From b29956af84ea7c4c8556d66de84b0f3e6c75a8e4 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Sat, 9 Jun 2018 16:44:11 +0100 Subject: [PATCH] Fix a minor issue in the lerabot sample --- samples/lerabot01/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;