add a note

This commit is contained in:
Alexandre Quessy
2013-11-26 22:33:10 -05:00
parent 944ede8587
commit 9d1db533fa
+1
View File
@@ -88,6 +88,7 @@ void SourceGLCanvas::doDraw()
//printf("SRC: %f %f %f %f\n", centerX, centerY, textureHalfWidth, textureHalfHeight);
glColor4f (1.0f, 1.0f, 1.0f, 1.0f);
// FIXME: Does this draw the quad counterclockwise?
glBegin (GL_QUADS);
{
Util::correctGlTexCoord(0, 0);