mirror of https://github.com/axmolengine/axmol.git
Fixed variable rename to _autoScrollTotalTime
This commit is contained in:
parent
8be86577ff
commit
ace1e9d563
|
@ -472,7 +472,7 @@ void ScrollView::stopAutoScroll()
|
||||||
{
|
{
|
||||||
_autoScrolling = false;
|
_autoScrolling = false;
|
||||||
_autoScrollAttenuate = true;
|
_autoScrollAttenuate = true;
|
||||||
_autoScrollDuration = 0;
|
_autoScrollTotalTime = 0;
|
||||||
_autoScrollAccumulatedTime = 0;
|
_autoScrollAccumulatedTime = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue