Selaa lähdekoodia

Fix HTML5 export after #30864

Fabio Alessandrelli 6 vuotta sitten
vanhempi
commit
e7760deb74
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      misc/dist/html/full-size.html

+ 1 - 1
misc/dist/html/full-size.html

@@ -182,7 +182,7 @@ $GODOT_HEAD_INCLUDE
 				});
 				animationCallbacks = animationCallbacks.filter(function(value) {
 					return (value != animateStatusIndeterminate);
-				}
+				});
 				switch (mode) {
 					case 'progress':
 						statusProgress.style.display = 'block';