We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf49da commit 51f2d1cCopy full SHA for 51f2d1c
cocos2d/CCSprite.h
@@ -68,9 +68,9 @@
68
//
69
// Data used when the sprite is rendered using a CCSpriteBatchNode.
70
71
- CCTextureAtlas *__unsafe_unretained _textureAtlas; // Sprite Sheet texture atlas (weak reference)
+ __unsafe_unretained CCTextureAtlas * _textureAtlas; // Sprite Sheet texture atlas (weak reference)
72
NSUInteger _atlasIndex; // Absolute (real) Index on the batch node
73
- CCSpriteBatchNode *_batchNode; // Used batch node (weak reference)
+ __unsafe_unretained CCSpriteBatchNode *_batchNode; // Used batch node (weak reference)
74
CGAffineTransform _transformToBatch; //
75
BOOL _dirty; // Sprite needs to be updated
76
BOOL _recursiveDirty; // Subchildren needs to be updated
0 commit comments