X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflipflop.c;h=640f21f704f996220c2e396656b48d8d4d43c887;hp=0d534e53785b81fc5bb92cf48fb35acdcc3fbaa9;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/hacks/glx/flipflop.c b/hacks/glx/flipflop.c index 0d534e53..640f21f7 100644 --- a/hacks/glx/flipflop.c +++ b/hacks/glx/flipflop.c @@ -270,9 +270,7 @@ display(Flipflopcreen *c) /** setup perspectif */ glTranslatef(0.0, 0.0, -c->reldist*board_avg_size); glRotatef(22.5, 1.0, 0.0, 0.0); - glRotatef(-current_device_rotation(), 0, 0, 1); gltrackball_rotate (c->trackball); - glRotatef(current_device_rotation(), 0, 0, 1); glRotatef(c->theta*100, 0.0, 1.0, 0.0); glTranslatef(-0.5*board_x_size, 0.0, -0.5*board_y_size); /* Center the board */