I’m embedding cocos2d-x in an existing iOS project.
When I tap a button to run cocos2d-x part for the first time, it shortly shows blue screen, then render objects correctly.
I think it’s EAGLView’s default background color and it’s shown while it renders a view.
How can I remove the default blue background?