You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Fixed javascript code to remove animateStatusIndeterminate callback when the game is loaded.
This commit is contained in:
4
misc/dist/html/full-size.html
vendored
4
misc/dist/html/full-size.html
vendored
@@ -175,8 +175,8 @@ $GODOT_HEAD_INCLUDE
|
||||
[statusProgress, statusIndeterminate, statusNotice].forEach(elem => {
|
||||
elem.style.display = 'none';
|
||||
});
|
||||
if (animateStatusIndeterminate in animationCallbacks) {
|
||||
animationCallbacks.erase(animateStatusIndeterminate);
|
||||
animationCallbacks = animationCallbacks.filter(function(value) {
|
||||
return (value != animateStatusIndeterminate);
|
||||
}
|
||||
switch (mode) {
|
||||
case 'progress':
|
||||
|
||||
Reference in New Issue
Block a user