Merge pull request #770 from folecr/fixtexturetest

Fix test to match newer API
This commit is contained in:
minggo 2012-03-14 00:20:46 -07:00
commit b7862393ba
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ void RenderTextureTest::ccTouchesEnded(CCSet* touches, CCEvent* event)
if(!touch)
break;
CCPoint location = touch->locationInView(touch->view());
CCPoint location = touch->locationInView();
location = CCDirector::sharedDirector()->convertToGL(location);