]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix typo.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Oct 2006 16:23:34 +0000 (16:23 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Oct 2006 16:23:34 +0000 (16:23 +0000)
EVE/Reve/BoxSetGL.cxx

index a6d001cea8844ee53ac2e0ab2dabb28f7a05d0fd..cc85a50050527b01c4b69f0dc59237cafcd17d64 100644 (file)
@@ -72,7 +72,7 @@ void BoxSetGL::DirectDraw(const TGLDrawFlags& /*flags*/) const
   Reve::ColorFromIdx(mB.fDefaultColor, defCol);
   for(std::vector<Box>::iterator q=mB.fBoxes.begin(); q!=mB.fBoxes.end(); ++q) {
     UChar_t* c = q->color;
-    if (c[3] == 0 && c[2] = 0 && c[1] == 0 && c[0] == 0) {
+    if (c[3] == 0 && c[2] == 0 && c[1] == 0 && c[0] == 0) {
       glColor4ubv(defCol);
     } else {
       glColor4ubv(c);