mirror of https://github.com/axmolengine/axmol.git
fix compile
This commit is contained in:
parent
1d30bd0d80
commit
a2afff85a8
|
@ -302,7 +302,7 @@ void ScrollView::setZoomScaleInDuration(float s, float dt)
|
|||
|
||||
void CCScrollView::updateTweenAction(float value, const std::string& key)
|
||||
{
|
||||
setZoomScale(value);
|
||||
this->setZoomScale(value);
|
||||
}
|
||||
|
||||
void ScrollView::setViewSize(Size size)
|
||||
|
|
Loading…
Reference in New Issue