Fix HTML5 export after #30864
This commit is contained in:
parent
4ee8ecd3ef
commit
e7760deb74
1 changed files with 1 additions and 1 deletions
2
misc/dist/html/full-size.html
vendored
2
misc/dist/html/full-size.html
vendored
|
@ -182,7 +182,7 @@ $GODOT_HEAD_INCLUDE
|
|||
});
|
||||
animationCallbacks = animationCallbacks.filter(function(value) {
|
||||
return (value != animateStatusIndeterminate);
|
||||
}
|
||||
});
|
||||
switch (mode) {
|
||||
case 'progress':
|
||||
statusProgress.style.display = 'block';
|
||||
|
|
Loading…
Reference in a new issue