[fusion-commits] Compiz mirror: Changes to 'master' (2f0893baa06a912ae5304b12329812187358f1d5)
compiz at server.opencompositing.org
compiz at server.opencompositing.org
Tue May 13 17:34:05 CEST 2008
New commits:
commit 2f0893baa06a912ae5304b12329812187358f1d5
Author: Daniel Lea <danlea at gmail.com>
Date: Tue May 13 17:33:00 2008 +0200
Fix skydome animation tilt behaviour.
plugins/cube.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: compiz/plugins/cube.c
===================================================================
--- compiz/plugins/cube.c
+++ compiz/plugins/cube.c
@@ -1139,8 +1139,8 @@ cubeClearTargetOutput (CompScreen *s,
if (cs->opt[CUBE_SCREEN_OPTION_SKYDOME_ANIM].value.b &&
cs->grabIndex == 0)
{
- glRotatef (xRotate, 0.0f, 1.0f, 0.0f);
glRotatef (vRotate / 5.0f + 90.0f, 1.0f, 0.0f, 0.0f);
+ glRotatef (xRotate, 0.0f, 1.0f, 0.0f);
}
else
{
More information about the commits
mailing list