[fusion-commits] Compiz mirror: Changes to 'master' (ca95489100505527bb1112a82dae464d73317eab)
compiz at server.opencompositing.org
compiz at server.opencompositing.org
Wed May 14 17:20:04 CEST 2008
New commits:
commit ca95489100505527bb1112a82dae464d73317eab
Author: Dennis Kasprzyk <onestone at opencompositing.org>
Date: Wed May 14 17:19:07 2008 +0200
Fixed cube skydome rotation.
plugins/cube.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: compiz/plugins/cube.c
===================================================================
--- compiz/plugins/cube.c
+++ compiz/plugins/cube.c
@@ -1140,7 +1140,7 @@ cubeClearTargetOutput (CompScreen *s,
cs->grabIndex == 0)
{
glRotatef (vRotate / 5.0f + 90.0f, 1.0f, 0.0f, 0.0f);
- glRotatef (xRotate, 0.0f, 1.0f, 0.0f);
+ glRotatef (xRotate, 0.0f, 0.0f, -1.0f);
}
else
{
More information about the commits
mailing list