reduce flickering in img
When simulate my app,flikering happen my 2d image
I learn fix this,and note.
In AppDelegate class. On applicationDidFinishLaunching
// チラツキ対策 director->setProjection(Director::Projection::_2D);
I fix flikering this function.