Skip to content

Commit cd3cb00

Browse files
committed
Enable 3d projection
1 parent e9370a4 commit cd3cb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/CCDirector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,4 +943,4 @@ cc.Director.PROJECTION_CUSTOM = 3;
943943
* @constant
944944
* @type {Number}
945945
*/
946-
cc.Director.PROJECTION_DEFAULT = cc.Director.PROJECTION_2D;
946+
cc.Director.PROJECTION_DEFAULT = cc.Director.PROJECTION_3D;

0 commit comments

Comments
 (0)