aboutsummaryrefslogtreecommitdiff
path: root/tests/s3tc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s3tc.c')
-rw-r--r--tests/s3tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s3tc.c b/tests/s3tc.c
index 5f7bee83..eb2ed3fc 100644
--- a/tests/s3tc.c
+++ b/tests/s3tc.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
glDisableClientState(GL_TEXTURE_COORD_ARRAY);
glDisableClientState(GL_VERTEX_ARRAY);
- // Render the last item using oldschool glBegin etc
+ // Render the last item using oldschool glBegin etc
glBegin( GL_TRIANGLE_STRIP );
glTexCoord2i( 0, 0 ); glVertex3f( 100, 300, 0 );
glTexCoord2i( 1, 0 ); glVertex3f( 300, 300, 0 );