Disable debug lines for now.

This commit is contained in:
NathanSweet 2014-05-18 21:58:23 +02:00
parent 01c684dfd6
commit 790a46868b

View File

@ -221,9 +221,9 @@ static const int quadTriangles[6] = {0, 1, 2, 2, 3, 0};
}
[batch flush];
/*
if (_debugSlots) {
// Slots.
ccDrawColor4B(0, 0, 255, 255);
glLineWidth(1);
CGPoint points[4];
@ -258,6 +258,7 @@ static const int quadTriangles[6] = {0, 1, 2, 2, 3, 0};
if (i == 0) ccDrawColor4B(0, 255, 0, 255);
}
}
*/
}
- (CCTexture*) getTextureForRegion:(RegionAttachment*)attachment {