Skip to content

Commit c54f21d

Browse files
author
Thayer J Andrews
committed
CCEffectsTest - Fix stacking test name
1 parent 55d1785 commit c54f21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d-ui-tests/tests/CCEffectsTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ -(void)setupHueEffectTest
494494

495495
-(void)setupStackTest
496496
{
497-
self.subTitle = @"Effect Performance Test";
497+
self.subTitle = @"Effect Stacking Test";
498498

499499
CCSprite *reflectEnvironment = [CCSprite spriteWithImageNamed:@"Images/MountainPanorama.jpg"];
500500
reflectEnvironment.positionType = CCPositionTypeNormalized;

0 commit comments

Comments
 (0)