Skip to content

Commit f9a30bb

Browse files
committed
Enable support of retina displays
1 parent cef6134 commit f9a30bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ cc.DRAWNODE_TOTAL_VERTICES = 20000;
267267
* @constant
268268
* @type {Number}
269269
*/
270-
cc.IS_RETINA_DISPLAY_SUPPORTED = 0;
270+
cc.IS_RETINA_DISPLAY_SUPPORTED = 1;
271271

272272
/**
273273
* Default engine

0 commit comments

Comments
 (0)