mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
修复进度条的问题
This commit is contained in:
parent
471f455e8b
commit
18d5a22468
@ -31,7 +31,6 @@
|
||||
startImageLogo.onload = function () {
|
||||
startImageBackgroundDiv.style.display = 'block';
|
||||
var onAnimationEnd = function () {
|
||||
console.log(1);
|
||||
if (window.core && core.plugin && core.plugin.startAnimationEnded) {
|
||||
core.plugin.startAnimationEnded.value = true;
|
||||
startImageBackgroundDiv.style.display = 'none';
|
||||
|
@ -614,6 +614,7 @@ core.prototype._init_plugins = function () {
|
||||
}
|
||||
|
||||
core._forwardFunc('plugin');
|
||||
if (!main.replayChecking) main.forward();
|
||||
};
|
||||
|
||||
core.prototype._forwardFuncs = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user