fix danmaku index after seeked
This commit is contained in:
parent
c6a7eaceec
commit
47fd7fd79c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -332,6 +332,7 @@
|
|||
this.danIndex = i;
|
||||
return;
|
||||
}
|
||||
this.danIndex = this.dan.length;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue