Remove debugging left-over -_-' (thanks Dee)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1280 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-05-02 16:42:55 +00:00
parent 260c71b27e
commit 488823afc3

View File

@ -175,10 +175,6 @@ static void fghDrawGeometryWire20(GLfloat *vertices, GLfloat *normals, GLsizei n
if (vertIdxs2) { if (vertIdxs2) {
fghBindBuffer(FGH_ELEMENT_ARRAY_BUFFER, ibo_elements2); fghBindBuffer(FGH_ELEMENT_ARRAY_BUFFER, ibo_elements2);
static float t2 = 0;
t2 += 0.1;
if (t2 >= numParts2)
t2 = 0;
for (i=0; i<numParts2; i++) for (i=0; i<numParts2; i++)
glDrawElements(GL_LINE_LOOP, numVertPerPart2, glDrawElements(GL_LINE_LOOP, numVertPerPart2,
GL_UNSIGNED_SHORT, (GLvoid*)(sizeof(vertIdxs2[0])*i*numVertPerPart2)); GL_UNSIGNED_SHORT, (GLvoid*)(sizeof(vertIdxs2[0])*i*numVertPerPart2));