diff options
Diffstat (limited to 'beryl-plugins/src/3d.c')
-rw-r--r-- | beryl-plugins/src/3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/3d.c b/beryl-plugins/src/3d.c index 89453ae..76ceb13 100644 --- a/beryl-plugins/src/3d.c +++ b/beryl-plugins/src/3d.c @@ -585,7 +585,7 @@ tdPaintWindow(CompWindow * w, if (wasCulled && DISABLE_BACKFACE_CULLING) glDisable(GL_CULL_FACE); - if (!IS_IN_VIEWPORT(w, 0)) + if (!IS_IN_VIEWPORT(w, 0) && FALSE) { float angle = 360 / tds->currentViewportNum; |