Depth24Image.st
changeset 1818 fd245b7ae2f9
parent 1817 2f71142cb24d
child 1923 cdd2c4e199df
--- a/Depth24Image.st	Mon Jul 21 20:03:25 1997 +0200
+++ b/Depth24Image.st	Tue Jul 22 12:09:50 1997 +0200
@@ -550,6 +550,8 @@
         __fG = __intVal(fixG)-1;
         __fB = __intVal(fixB)-1;
 
+        __eR = __eG = __eB = 0;
+
         leftToRight = 1;
         for (__y=__intVal(h); __y>0; __y--) {
             if (leftToRight) {
@@ -2263,5 +2265,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.55 1997-07-21 18:03:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.56 1997-07-22 10:09:50 cg Exp $'
 ! !