commit: | 8d20348e5fad6c06df6ef99795311e55d7d2889a |
author: | chip |
committer: | chip |
date: | Wed Nov 14 09:53:56 2007 +0000 |
parents: | ab56eaaba6a2fd1823613d76a20ee323d8218378 |
diff --git a/Collage.py b/Collage.py line changes: +1/-1 index 72b1e12..5d96ff4 --- a/Collage.py +++ b/Collage.py
@@ -18,7 +18,7 @@ class Collage: self.displaylist = glGenLists(1) glNewList(self.displaylist, GL_COMPILE) glEnable(GL_TEXTURE_2D) - #glColor3bv(array((255,255,255))) + glColor3f(1.0,1.0,1.0) ctexture = None ctexsize = None vertexarray = []