summary refs log tree commit diff stats
path: root/libs/cocos2d/ccMacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/cocos2d/ccMacros.h')
-rwxr-xr-xlibs/cocos2d/ccMacros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/cocos2d/ccMacros.h b/libs/cocos2d/ccMacros.h index 4e08725..a4c8821 100755 --- a/libs/cocos2d/ccMacros.h +++ b/libs/cocos2d/ccMacros.h
@@ -156,7 +156,6 @@ default gl blend src function. Compatible with premultiplied alpha images.
156#define CC_DIRECTOR_INIT() \ 156#define CC_DIRECTOR_INIT() \
157do { \ 157do { \
158 window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; \ 158 window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; \
159 if( ! [CCDirector setDirectorType:kCCDirectorTypeDisplayLink] ) \
160 [CCDirector setDirectorType:kCCDirectorTypeNSTimer]; \ 159 [CCDirector setDirectorType:kCCDirectorTypeNSTimer]; \
161 CCDirector *__director = [CCDirector sharedDirector]; \ 160 CCDirector *__director = [CCDirector sharedDirector]; \
162 [__director setDeviceOrientation:kCCDeviceOrientationPortrait]; \ 161 [__director setDeviceOrientation:kCCDeviceOrientationPortrait]; \