Removed superfluous postfixes, fixed examples

This commit is contained in:
Elias Naur 2003-08-02 13:22:25 +00:00
parent ee08be5b75
commit 11404dc8a1
7 changed files with 118 additions and 118 deletions

View file

@ -177,7 +177,7 @@ public class FullScreenWindowedTest {
GL.glPushMatrix();
{
GL.glTranslatef(quadPosition.x, quadPosition.y, 0);
GL.glRotated(angle, 0.0f, 0.0f, 1.0f);
GL.glRotatef(angle, 0.0f, 0.0f, 1.0f);
GL.glColor3f(1.0f, 1.0f, 1.0f);
GL.glBegin(GL.GL_QUADS);
{