mirror of https://github.com/axmolengine/axmol.git
ScrollView::_touches is std::vector now, so it should not be inited by NULL pointer.
This commit is contained in:
parent
1702cbd7b2
commit
c90291e01d
|
@ -54,7 +54,6 @@ ScrollView::ScrollView()
|
|||
, _bounceable(false)
|
||||
, _clippingToBounds(false)
|
||||
, _touchLength(0.0f)
|
||||
, _touches(NULL)
|
||||
, _minScale(0.0f)
|
||||
, _maxScale(0.0f)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue