mirror of https://github.com/axmolengine/axmol.git
parent
f97f7edeb6
commit
d2684338a5
|
@ -61,7 +61,7 @@ ScrollView::ScrollView()
|
|||
|
||||
ScrollView::~ScrollView()
|
||||
{
|
||||
_touches->release();
|
||||
CC_SAFE_RELEASE(_touches);
|
||||
}
|
||||
|
||||
ScrollView* ScrollView::create(Size size, Node* container/* = NULL*/)
|
||||
|
|
Loading…
Reference in New Issue