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