Explorar o código

Fix HTML5 export after #30864

Fabio Alessandrelli %!s(int64=6) %!d(string=hai) anos
pai
achega
e7760deb74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';