浏览代码

Fix HTML5 export after #30864

(cherry picked from commit e7760deb741ae9a42e7bd17b4f35f29e7f251383)
Fabio Alessandrelli 6 年之前
父节点
当前提交
138aeeabb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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';