does it solve some redraw problems we experienced? Stef
On Jan 25, 2012, at 3:32 PM, Fernando Olivero wrote: > Found a really bad looking code here... > > DamageRecorder class>>new > ^ super new reset > > Should be: > Delete: DamageRecorder class>>new. > DamageRecorder>>initialize > super initialize. > self reset. > > > Right? > Fernando >
