gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libpaper textures.py


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libpaper textures.py
Date: Wed, 27 Nov 2002 05:01:40 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/11/27 05:01:40

Modified files:
        gfx/libpaper   : textures.py 

Log message:
        A blessed bug fix ;)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/textures.py.diff?tr1=1.40&tr2=1.41&r1=text&r2=text

Patches:
Index: gzz/gfx/libpaper/textures.py
diff -u gzz/gfx/libpaper/textures.py:1.40 gzz/gfx/libpaper/textures.py:1.41
--- gzz/gfx/libpaper/textures.py:1.40   Tue Nov 26 06:58:39 2002
+++ gzz/gfx/libpaper/textures.py        Wed Nov 27 05:01:40 2002
@@ -361,8 +361,7 @@
     def __init__(self, seed):
         text_comps, text_form = texture_components, texture_format
         if not self.textures:
-            
-            if not self.paperopt.use_opengl_1_1:
+            if self.paperopt.use_opengl_1_1:
                 text_comps, text_form = 2, 'LUMINANCE_ALPHA'
 
             self.textures = init(text_comps, text_form)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]