Merge pull request #5206 from dabingnn/develop_hotFix

3.0 Beta2 HotFix: remove Camera Zoom Test temporarily.
This commit is contained in:
minggo 2014-01-23 23:18:08 -08:00
commit aac068fc0e
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ static std::function<Layer*()> createFunctions[] =
CL(NodeToWorld3D),
CL(SchedulerTest1),
CL(CameraOrbitTest),
CL(CameraZoomTest),
//Camera has been removed from CCNode
//todo add new feature to support it
//CL(CameraZoomTest),
CL(ConvertToNode),
CL(NodeOpaqueTest),
CL(NodeNonOpaqueTest),