You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using two set of sprites: hd for retina and common for non-retina displays.
But they are not scaled twice on retina display after this PR: #3412.
I'm calling cc.director.setContentScaleFactor(2.0) to scale sprites if display is retina. But after pr, this function doesn't affects anything.