git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1270 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-04-28 17:03:29 +00:00
parent a01a0426e7
commit b739e1a281

View File

@ -1749,7 +1749,6 @@ static void fghTorus( double dInnerRadius, double dOuterRadius, GLint nSides, GL
} }
else else
{ {
/* clearly, this branch is TODO */
/* First, generate vertex index arrays for drawing with glDrawElements /* First, generate vertex index arrays for drawing with glDrawElements
* All stacks, including top and bottom are covered with a triangle * All stacks, including top and bottom are covered with a triangle
* strip. * strip.