Fixed green/yellow record icons.

This commit is contained in:
preble 2010-10-10 16:07:04 -04:00
parent 5001baadad
commit 1e2bb88b50

View File

@ -80,10 +80,15 @@
index = itemId - 256;
atlasOffset = NSMakePoint(445, 23+52);
}
else if (itemId >= 2556 && itemId <= 2557)
else if (itemId == 2256)
{
index = itemId - 2556;
atlasOffset = NSMakePoint(445+pixelsPerColumn, 23+52);
index = 0;
atlasOffset = NSMakePoint(445+pixelsPerColumn + 4, 23+52 + 10 * pixelsPerRow);
}
else if (itemId == 2257)
{
index = 0;
atlasOffset = NSMakePoint(445+pixelsPerColumn + 49, 23+52 + 10 * pixelsPerRow);
}
else
{