Skip to content

Commit 41401f7

Browse files
committed
updated addChild:z:name:
replaced erroneous `tag:` parameter with `name:`
1 parent 2cd5c4d commit 41401f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cocos2d/CCParticleBatchNode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@
151151
*
152152
* @param child Particle System.
153153
* @param z Z Order.
154-
* @param aTag Tag.
154+
* @param name name tag.
155155
*/
156-
-(void) addChild:(CCParticleSystemBase*)child z:(NSInteger)z tag:(NSInteger) aTag;
156+
-(void) addChild:(CCParticleSystemBase*)child z:(NSInteger)z name:(NSString*)name;
157157

158158
/**
159159
* Inserts a particle system to the batch node.

0 commit comments

Comments
 (0)