Procházet zdrojové kódy

Fix HTML5 export after #30864

(cherry picked from commit e7760deb741ae9a42e7bd17b4f35f29e7f251383)
Fabio Alessandrelli před 6 roky
rodič
revize
138aeeabb9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      misc/dist/html/full-size.html

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

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