2
0
Эх сурвалжийг харах

Merge pull request #32176 from Faless/js/fix_export_js

Fix HTML5 export after #30864
Fabio Alessandrelli 6 жил өмнө
parent
commit
1399262ffa

+ 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';