gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/libutil effects.py


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libutil effects.py
Date: Tue, 14 Jan 2003 09:05:11 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/01/14 09:05:10

Modified files:
        gfx/libutil    : effects.py 

Log message:
        Added dbg for print msg.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libutil/effects.py.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: gzz/gfx/libutil/effects.py
diff -u gzz/gfx/libutil/effects.py:1.29 gzz/gfx/libutil/effects.py:1.30
--- gzz/gfx/libutil/effects.py:1.29     Fri Jan 10 12:23:54 2003
+++ gzz/gfx/libutil/effects.py  Tue Jan 14 09:05:10 2003
@@ -46,7 +46,8 @@
             type = 'ellipse'
 
         
-        print "Texture id:", self.tex.getTexId()
+        if self.dbg:
+            print "Texture id:", self.tex.getTexId()
 
        def code(color):
            return """




reply via email to

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