mirror of https://github.com/axmolengine/axmol.git
fixed return type is not right
This commit is contained in:
parent
35f83fc40a
commit
b4a9381238
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue