Skip to content

Commit c60a29d

Browse files
committed
Fixes for CC_SPRITE_DEBUG_DRAW.
1 parent a2811ad commit c60a29d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cocos2d/CCSprite.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#import "CCSprite_Private.h"
4747
#import "CCSpriteBatchNode_Private.h"
4848
#import "CCTexture_Private.h"
49+
#import "CCDrawingPrimitives.h"
4950

5051
// external
5152
#import "kazmath/GL/matrix.h"

cocos2d/CCSprite9Slice.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#import "CCSprite9Slice.h"
2929
#import "CCTexture_Private.h"
30+
#import "CCDrawingPrimitives.h"
3031

3132
// ---------------------------------------------------------------------
3233

0 commit comments

Comments
 (0)