Skip to content

Commit b221a79

Browse files
authored
Merge pull request #3515 from pandamicro/develop
Enable 3d projection
2 parents 4fdeccc + cd3cb00 commit b221a79

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)