Epicness314 / floodit

Automatically exported from code.google.com/p/floodit
0 stars 0 forks source link

Grid.expandUpperLeftGroup() misses squares #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If horizontally adjacent squares are being added at the same time, the one on 
the left may be missed when running expandUpperLeftGroup(). It will probably 
be picked up after the next move, but it should definitely be fixed.

Original issue reported on code.google.com by MatrixFrog on 6 Aug 2009 at 4:54

GoogleCodeExporter commented 9 years ago
Correction: It will *not* be picked up after the next move, because the rest of 
the 
group will change, and it will get left in the old color.

Original comment by MatrixFrog on 6 Aug 2009 at 4:55

GoogleCodeExporter commented 9 years ago
fixed in rev 8

Original comment by MatrixFrog on 8 Aug 2009 at 7:23