We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582049b commit b27e323Copy full SHA for b27e323
cocos2d-ui-tests/ios/AppController.m
@@ -49,7 +49,8 @@ - (NSDictionary*)iosConfig
49
50
- (NSDictionary*)macConfig
51
{
52
- NSMutableDictionary *config = [super macConfig];
+ NSMutableDictionary *config = [NSMutableDictionary dictionary];
53
+ config[CCMacDefaultWindowSize] = [NSValue valueWithCGSize:[self defaultWindowSize]];
54
config[CCSetupDepthFormat] = @GL_DEPTH24_STENCIL8;
55
config[CCSetupTabletScale2X] = @YES;
56
config[CCSetupShowDebugStats] = @(getenv("SHOW_DEBUG_STATS") != nil);
0 commit comments