fixed return type is not right

This commit is contained in:
Dhilan007 2014-04-28 11:55:45 +08:00
parent 35f83fc40a
commit b4a9381238
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ void GLView::UpdateOrientationMatrix()
} }
} }
cocos2d::Point GLView::TransformToOrientation(Windows::Foundation::Point p) cocos2d::Vector2 GLView::TransformToOrientation(Windows::Foundation::Point p)
{ {
cocos2d::Vector2 returnValue; cocos2d::Vector2 returnValue;