[LayaAirIDE 1.0]组件Clip(play方法的bug)
__proto.play=function(from,to){
(from===void 0)&& (from=0);
(to===void 0)&& (to=-1);
this._isPlaying=true;
this.index=from;
this._toIndex=to;
this._index++;//源码这里没必要吧
(from===void 0)&& (from=0);
(to===void 0)&& (to=-1);
this._isPlaying=true;
this.index=from;
this._toIndex=to;
this._index++;//源码这里没必要吧
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
朱峰
赞同来自:
if (this._style.visible && this._sources){
this._index++;//这里又++