Fix a minor issue in the lerabot sample
This commit is contained in:
parent
e70922ebb7
commit
b29956af84
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user