From c3c96f390ca4102fc1984d5d522ee5aa025e5bfc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 27 May 2003 08:39:36 +0000 Subject: [PATCH] grumble --- stepmania/src/RageDisplay_OGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 0041bf1299..72e8f5db7a 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -394,7 +394,7 @@ static void SetupVertices( const RageVertex v[], int iNumVerts ) Texture[i*2+1] = v[i].t[1]; Normal[i*3+0] = v[i].n[0]; Normal[i*3+1] = v[i].n[1]; - Normal[i*+2] = v[i].n[2]; + Normal[i*3+2] = v[i].n[2]; } glEnableClientState(GL_VERTEX_ARRAY); glVertexPointer(3, GL_FLOAT, 0, Vertex);