ScrollView::_touches is std::vector now, so it should not be inited by NULL pointer.

This commit is contained in:
James Chen 2013-09-12 21:02:30 +08:00
parent 1702cbd7b2
commit c90291e01d
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ ScrollView::ScrollView()
, _bounceable(false)
, _clippingToBounds(false)
, _touchLength(0.0f)
, _touches(NULL)
, _minScale(0.0f)
, _maxScale(0.0f)
{