mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 17:18:44 +08:00
Disable debug lines for now.
This commit is contained in:
parent
01c684dfd6
commit
790a46868b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user