mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-03-01 01:57:05 +08:00
fix: 编辑器报错
This commit is contained in:
parent
54b7c5b77d
commit
9c1b79e6b4
@ -475,7 +475,9 @@ control.prototype.showStartAnimate = function (noAnimate, callback) {
|
|||||||
core.flags.startUsingCanvas,
|
core.flags.startUsingCanvas,
|
||||||
callback
|
callback
|
||||||
);
|
);
|
||||||
|
Mota.r(() => {
|
||||||
Mota.require('var', 'fixedUi').open('start');
|
Mota.require('var', 'fixedUi').open('start');
|
||||||
|
});
|
||||||
// core.hideWithAnimate(core.dom.startTop, 20, function () {
|
// core.hideWithAnimate(core.dom.startTop, 20, function () {
|
||||||
// core.control._showStartAnimate_finished(false, callback);
|
// core.control._showStartAnimate_finished(false, callback);
|
||||||
// });
|
// });
|
||||||
|
Loading…
Reference in New Issue
Block a user