3.0 Beta2 HotFix: remove Camera Zoom Test temporarily.

This commit is contained in:
Huabing.Xu 2014-01-24 15:14:34 +08:00
parent f1fa6b2af4
commit ac59d259a1
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),