issue #2328 refractor etc support:remove comments

This commit is contained in:
Huabing.Xu 2013-07-02 15:46:17 +08:00
parent 5929c7662c
commit dded008909
1 changed files with 0 additions and 2 deletions

View File

@ -1980,14 +1980,12 @@ public:
TextureETC1::TextureETC1()
{
//#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
Sprite *sprite = Sprite::create("Images/ETC1.pkm");
Size size = Director::sharedDirector()->getWinSize();
sprite->setPosition(ccp(size.width/2, size.height/2));
addChild(sprite);
//#endif
}
std::string TextureETC1::title()