mirror of
https://github.com/godotengine/godot.git
synced 2024-12-19 17:42:35 +00:00
Merge pull request #32176 from Faless/js/fix_export_js
Fix HTML5 export after #30864
This commit is contained in:
commit
1399262ffa
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 New Issue
Block a user