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 a5c3897 commit c2b7952Copy full SHA for c2b7952
cocos2d/CCRendererBasicTypes.m
@@ -54,7 +54,9 @@ @interface CCBlendModeCache : CCCache
54
55
@implementation CCBlendModeCache
56
57
--(id)objectForKey:(id<NSCopying>)options
+// See https://github.com/cocos2d/cocos2d-objc/issues/1394 - something changed in XCode 9.4? Original code broke around May 2018
58
+//-(id)objectForKey:(id<NSCopying>)options
59
+-(id)objectForKey:(id)options
60
{
61
CCBlendMode *blendMode = [self rawObjectForKey:options];
62
if(blendMode) return blendMode;
0 commit comments