bug:CCOrbitCamera

1.pLayerColor~~>runAction ) );
2.pLayerColor~~>runAction( CCRepeatForever::create( CCOrbitCamera::create(3, 10, 0, 0, 0, 0, 360) ) );

The first line code above work in cocos2d-x 2.0.4, but the second line doesn’t. i suppose it may be a bug. Does new version fix it?