adjust advanced bar color comparison

This commit is contained in:
Mitchell Livingston 2007-12-28 20:12:28 +00:00
parent 42a09ba6ac
commit 8b6d7f7b63
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@
else
pieceColor = fBlue4Color;
if (![pieceColor isEqualTo: [fBitmap colorAtX: i y: 0]])
if (![pieceColor isEqual: [fBitmap colorAtX: i y: 0]])
for (h = 0; h < barRect.size.height; h++)
[fBitmap setColor: pieceColor atX: i y: h];
}