Merge pull request #30864 from enzogupi/patch-1
HTML5 default loader: small bugfix
This commit is contained in:
commit
8acaac10b6
|
@ -175,8 +175,8 @@ $GODOT_HEAD_INCLUDE
|
||||||
[statusProgress, statusIndeterminate, statusNotice].forEach(elem => {
|
[statusProgress, statusIndeterminate, statusNotice].forEach(elem => {
|
||||||
elem.style.display = 'none';
|
elem.style.display = 'none';
|
||||||
});
|
});
|
||||||
if (animateStatusIndeterminate in animationCallbacks) {
|
animationCallbacks = animationCallbacks.filter(function(value) {
|
||||||
animationCallbacks.erase(animateStatusIndeterminate);
|
return (value != animateStatusIndeterminate);
|
||||||
}
|
}
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'progress':
|
case 'progress':
|
||||||
|
|
Loading…
Reference in New Issue