Issue 1355 from cocos2d in the cocos2d-x

Refference: http://code.google.com/p/cocos2d-iphone/issues/detail?id=1355
Im trying to resolve the issue above quoted in cocos2d-x version im working with…
but when i change the getZEye in CCDirector.cpp

return (m_obWinSizeInPixels.height / 1.1566f / CC_CONTENT_SCALE_FACTOR());

it just doesnt work.

how can i get past this issue?

EDIT: All the other changes were put in place;