summary refs log tree commit diff stats
path: root/Classes/Cart_CollectAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/Cart_CollectAppDelegate.m')
-rwxr-xr-xClasses/Cart_CollectAppDelegate.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index c92d231..5444a12 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m
@@ -61,8 +61,8 @@
61 61
62 // Try to use CADisplayLink director 62 // Try to use CADisplayLink director
63 // if it fails (SDK < 3.1) use the default director 63 // if it fails (SDK < 3.1) use the default director
64 if( ! [CCDirector setDirectorType:kCCDirectorTypeDisplayLink] ) 64// if( ! [CCDirector setDirectorType:kCCDirectorTypeDisplayLink] )
65 [CCDirector setDirectorType:kCCDirectorTypeDefault]; 65 [CCDirector setDirectorType:kCCDirectorTypeNSTimer];
66 66
67 67
68 CCDirector *director = [CCDirector sharedDirector]; 68 CCDirector *director = [CCDirector sharedDirector];