mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Removed superfluous postfixes, fixed examples
This commit is contained in:
parent
ee08be5b75
commit
11404dc8a1
7 changed files with 118 additions and 118 deletions
|
|
@ -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);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue