cocos2dx3.16版本spine动画监听不到setEndListener

diceAnimation->setEndListener([=](spTrackEntry* entry){
log("%d end", entry->trackIndex);

		});

不进入setEndListener,这是为什么?

你的这个问题怎么解决的呀?我现在用3.17版本,也有这个问题