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.