Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCRendererBasicTypes.m CCBlendModeCache #1394

Open
spidey2012 opened this issue May 4, 2018 · 1 comment
Open

CCRendererBasicTypes.m CCBlendModeCache #1394

spidey2012 opened this issue May 4, 2018 · 1 comment

Comments

@spidey2012
Copy link

in Xcode 9.3

-(id)objectForKey:(id)options
{
id src = options[CCBlendFuncSrcColor] ?: @(GL_ONE);

CCBlendFuncSrcAlpha: (options[CCBlendFuncSrcAlpha] ?: src),

Expected method to read dictionary element not found on object of type 'id'

@spidey2012
Copy link
Author

spidey2012 commented May 4, 2018

Fixed the problem by deleting the NSCopying bit from the method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant