summary refs log tree commit diff stats
path: root/Classes/Cart_CollectAppDelegate.m
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-01-03 16:54:11 -0500
committerStarla Insigna <starla4444@gmail.com>2013-01-03 16:54:11 -0500
commit4ffbefdfc753770e56e23e471e2f5b9806bd114b (patch)
treebd24ba5a58fe6be134c7850abd8fffb5279e4308 /Classes/Cart_CollectAppDelegate.m
parentba19dd3f2517a95e09dcfe288a781c6f335b5e81 (diff)
downloadcartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.tar.gz
cartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.tar.bz2
cartcollect-4ffbefdfc753770e56e23e471e2f5b9806bd114b.zip
Fixed freezing issue with selection screen
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];